Satoshi Ookami
Memento Mori
- 14,254
- Posts
- 16
- Years
- Age 32
- Abyss of Time, Great Seal
- Seen Aug 5, 2018
setvar 0x8005 0x0 ' 0x1DGame: Pokemon Ruby
Type: Move Tutor script
Editor: XSE
Script:
Spoiler:#dynamic 0x800000
#org @Start
lock
faceplayer
checkflag 0x200
if b_true goto @1
msgbox @WantToLearn 0x5
compare LASTRESULT 0x0
if b_true goto @2
setvar 0x8005 0x0 ' 0x1D
special 0x18D
setflag 0x200
release
end
#org @1
msgbox @AlreadyLearned 0x6
release
end
#org @2
msgbox @DontWant 0x6
release
end
#org @AlreadyLearned
= I'm sorry. I can do this only once.
#org @WantToLearn
= Do you want me to teach one of\nyour POKEMON the move HEADBUTT?
#org @DontWant
= No? That's a shame. Come back\nanytime when you've changed your\lmind.
When I select 'Yes', the game resets. >.<
Isn't ' cause of problem? I think that ' is considered to be command which ends the line if it's longer then ya wanna