- 6
- Posts
- 8
- Years
- Seen Nov 25, 2017
This Script I Worked For Choosing Your Starter. When You Choose Your Pokemon The Game As Far As I Can See, It Freezes. Its A Person Event & Can Someone Fix It?
Heres The Script:
#dynamic 0x80000
#org @start
lock
faceplayer
checkflag 0x201
compare LASTRESULT 0x1
if 0x1 goto @arh
msgbox @t1 0x5
compare LASTRESULT 0x1
if 0x1 goto @t2
msgbox @t5 0x6
release
end
#org @t5
= Thats To Bad.
#org @arh
msgbox @arh2 0x6
release
end
#org @arh2
= [black_fr]Pokemon Freak:You All Ready/nGot A Pokemon [player]!
#org @t1
= [black_fr]Pokemon Freak:Do You Want A\nPokemon, [red_fr][player][grey_fr]?
#org @t2
msgbox @t2-1 0x5
compare LASTRESULT 0x1
if 0x1 goto @t2y
msgbox @t3 0x5
compare LASTRESULT 0x1
if 0x1 @t3y
msgbox @t4 0x5
compare LASTRESULT 0x1
if 0x1 @t4y
msgbox @t5 0x6
release
end
#org @t2-1
= [black_fr]Pokemon Freak:Do You Want Azurill?
#org @t3
= [black_fr]Pokemon Freak:Do You Want Hoppip?
#org @t4
= [black_fr]Pokemon Freak:Do You Want Magby?
#org @t2y
givepokemon 0x350 0x5 0x139 0x0 0x0 0x0
setflag 201
release
end
#org @t3y
givepokemon 0x187 0x5 0x139 0x0 0x0 0x0
setflag 201
release
end
#org @t4y
givepokemon 0x240 0x5 0x139 0x0 0x0 0x0
setflag 0x201
release
end
Heres The Script:
#dynamic 0x80000
#org @start
lock
faceplayer
checkflag 0x201
compare LASTRESULT 0x1
if 0x1 goto @arh
msgbox @t1 0x5
compare LASTRESULT 0x1
if 0x1 goto @t2
msgbox @t5 0x6
release
end
#org @t5
= Thats To Bad.
#org @arh
msgbox @arh2 0x6
release
end
#org @arh2
= [black_fr]Pokemon Freak:You All Ready/nGot A Pokemon [player]!
#org @t1
= [black_fr]Pokemon Freak:Do You Want A\nPokemon, [red_fr][player][grey_fr]?
#org @t2
msgbox @t2-1 0x5
compare LASTRESULT 0x1
if 0x1 goto @t2y
msgbox @t3 0x5
compare LASTRESULT 0x1
if 0x1 @t3y
msgbox @t4 0x5
compare LASTRESULT 0x1
if 0x1 @t4y
msgbox @t5 0x6
release
end
#org @t2-1
= [black_fr]Pokemon Freak:Do You Want Azurill?
#org @t3
= [black_fr]Pokemon Freak:Do You Want Hoppip?
#org @t4
= [black_fr]Pokemon Freak:Do You Want Magby?
#org @t2y
givepokemon 0x350 0x5 0x139 0x0 0x0 0x0
setflag 201
release
end
#org @t3y
givepokemon 0x187 0x5 0x139 0x0 0x0 0x0
setflag 201
release
end
#org @t4y
givepokemon 0x240 0x5 0x139 0x0 0x0 0x0
setflag 0x201
release
end