- 1
- Posts
- 13
- Years
- Seen Aug 31, 2011
rom freezes
ok so i have a give pokemon script and it works on giving it but when i ask again it freezes. i have checkflag so it wont give it again. i dont want them to keep gettn that pokemon
emerald\\
person\\give pokemon
can i suggest someone on youtube? he is awesome an your move script confuses me alot. he could do the same thing u got typed on but in 2 lines lol
google chrome. translate languages for you. as for xse idk
ok so i have a give pokemon script and it works on giving it but when i ask again it freezes. i have checkflag so it wont give it again. i dont want them to keep gettn that pokemon
emerald\\
person\\give pokemon
Spoiler:
#org $script
Lock
faceplayer
checkflag 0x0001
if 0x01 goto $dont
message $talk
$talk 1 = Here's a Pokémon!
boxset 6
setflag 0x0001
givepokemon 11 5 0x00
givepokemon 25 5 0x00
release
end
#org $dont
message $dont
dont 1 = no more pokemon for you!
boxset 6
release
end
Lock
faceplayer
checkflag 0x0001
if 0x01 goto $dont
message $talk
$talk 1 = Here's a Pokémon!
boxset 6
setflag 0x0001
givepokemon 11 5 0x00
givepokemon 25 5 0x00
release
end
#org $dont
message $dont
dont 1 = no more pokemon for you!
boxset 6
release
end
can i suggest someone on youtube? he is awesome an your move script confuses me alot. he could do the same thing u got typed on but in 2 lines lol
google chrome. translate languages for you. as for xse idk
Last edited: