Quojo
Him
- 10
- Posts
- 2
- Years
- IN THE WORLD
- Seen Aug 17, 2024
Guys, I made a level script, but it freezes the game whenever I enter the map. I have fixed the 0xFFFF in the map script offset by the way. Also, I have made the fair value 0000. Here is the script [im trying to hide a sprite btw]>
Code:
#dynamic 0x100B200
#org @start
lock
checkflag 0x761
if 0x1 goto @show
hidesprite 0x4
setvar 0x4034 0x0
release
end
#org @show
showsprite 0x4
setvar 0x4034 0x0
release
end