TriggerReactor

TriggerReactor

24.6k Downloads

the value of $random seems to be not integer

wysohn opened this issue ยท 1 comments

commented

for example,

IF $random:1 == 0
    #MESSAGE "Test"
ENDIF

above code is expected to print "Test" all the time, but it seems it doesn't

commented