- 41
- Posts
- 17
- Years
- Seen Apr 4, 2014
How do I make it so the following only happens once? I think I set the flags wrong?
Code:
'---------------
#org 0x2DD19C
checkflag 0x1000
if 0x0 goto 0x2DD1C2
end
#org 0x2DD1AC
= Wait...what was that!?
#org 0x2DD1C2
special 0x136
pause 0x30
msgbox 0x2DD1AC 0x6
setflag 0x1000
return