destinedjagold
Oh Hai Thar.
- 8,594
- Posts
- 17
- Years
- Stinky/Old/Fart
- On your ceiling...
- Seen Apr 17, 2025
Hi there, for some reason a script i made is freezing the game, i can't understand what i am doing wrong really...any help with this?
Spoiler:#dynamic 0x8003E1
#org @start
lock
checkflag 0x600
if 0x1 goto @done
applymovement 4 @move1
waitmovement 4
msgbox @talk1 0x6
closeonkeypress
applymovement 0xFF @move2
waitmovement 0xFF
trainerbattle 0x1 0x00D 0x0 @before @after @later
#org @later
applymovement 12 @infmove
applymovement 13 @infmove2
msgbox @talk2 0x6
closeonkeypress
applymovement 4 @move3
waitmovement 4
hidesprite 4
setflag 0x600
release
end
#org @done
release
end
#org @move1
#raw 0x2
#raw 0x62
#raw 0xFE
#org @move2
#raw 0x7
#raw 0x20
#raw 0x20
#raw 0x20
#raw 0x4
#raw 0x1D
#raw 0x1D
#raw 0x7
#raw 0xFE
#org @move3
#raw 0x0
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x2
#raw 0x12
#raw 0x12
#raw 0x0
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0x10
#raw 0xFE
#org @infmove
#raw 0x4D
#raw 0xFE
#org @infmove2
#raw 0x4D
#raw 0xFE
#org @talk1
= Selena: What the hell are these\nthings?! [Player], please help me!
#org @talk2
= Selena: Seems they are too\nexhausted to follow us. Quick!\lLet's get out of here!\l[Player]: I hope so...
#org @before
= Infected:GRAAAAAH!!
#org @after
= Infected became tired and seems\nunable to follow you anymore
At what part of the script is it freezing the game? During, after or before the script?