by pinback » Thu Jul 13, 2017 5:22 am
foobar = random(1000)
if foobar = 69
huhhhuhu
EDIT: In most languages "if foobar = 1000", as you had it, wouldn't work, because in most languages "random(1000)" would return a number from 0 to 999.
foobar = random(1000)
if foobar = 69
huhhhuhu
EDIT: In most languages "if foobar = 1000", as you had it, wouldn't work, because in most languages "random(1000)" would return a number from 0 to 999.