Quote:
Originally Posted by LudicoloDude
I've been looking around some forums to try to find out how to make a repeating level script. One person said that if you set a variable to 0x0 would work, but the game just froze. I have also tried not setting a var, but it still didnt work. Is there any way to make a repeating level script? This is the script I have.
#dynamic 0x800000
#org @start
movesprite 0x2 0x06 0x1E
hidesprite 0x4
setvar 0x5006 0x0
release
end
|
In the map script section of A-map, set your script's var to 5006 and the value to 0.