He guys, me again xD
Been making a few scripts, and this one has gone wrong, ive added EXPtokens to game, and everything,
This is my script, can someone advise me on whats wrong, thanks.
[@main]
Hello <$USERNAME>!\
Do You Have An EXP Token?\
I Can Spawn You 10 EXPHens Per Token!\
<Yes I Have A Token/@Spawn>\
<No, I will Return When I Have One/@exit>
[@spawn]
#IF
#ACT
take item ExpToken
MOB ExpHen 10
#ELSE
#SAY
You Can't Fool Me!\
Come Back When You've Got A Token!\
<Sorry!!/@exit>
Been making a few scripts, and this one has gone wrong, ive added EXPtokens to game, and everything,
This is my script, can someone advise me on whats wrong, thanks.
[@main]
Hello <$USERNAME>!\
Do You Have An EXP Token?\
I Can Spawn You 10 EXPHens Per Token!\
<Yes I Have A Token/@Spawn>\
<No, I will Return When I Have One/@exit>
[@spawn]
#IF
#ACT
take item ExpToken
MOB ExpHen 10
#ELSE
#SAY
You Can't Fool Me!\
Come Back When You've Got A Token!\
<Sorry!!/@exit>
