Ok im trying out event type scripts and atm this is how my script is goin
#ACT
movr D0 6
movr D1 6
goto @next
[@next]
#IF
EQUAL D0 1
EQUAL D1 1
#ACT
give AntEgg 1
#IF
EQUAL D0 2
EQUAL D0 1
#ACT
give AntEgg2
et etc,
my first question is since its a roll of the dice can i get movr D1 6 to be 1-6 instead of 0-6?
second question is, does just spamming the #IFs in 1 [@next] section work coz i cant seem to get it to work atm and is ther a still easy way without having to do:
#IF
EQUAL D0 1
EQUAL D1 1
#act
give antegg 1
#ELSEACT
goto @next2
sorry if i dont make much sense
#ACT
movr D0 6
movr D1 6
goto @next
[@next]
#IF
EQUAL D0 1
EQUAL D1 1
#ACT
give AntEgg 1
#IF
EQUAL D0 2
EQUAL D0 1
#ACT
give AntEgg2
et etc,
my first question is since its a roll of the dice can i get movr D1 6 to be 1-6 instead of 0-6?
second question is, does just spamming the #IFs in 1 [@next] section work coz i cant seem to get it to work atm and is ther a still easy way without having to do:
#IF
EQUAL D0 1
EQUAL D1 1
#act
give antegg 1
#ELSEACT
goto @next2
sorry if i dont make much sense
