pokefirered/data/scripts/test.inc
2026-02-14 12:54:29 +01:00

25 lines
532 B
PHP

EventScript_TestSignpostMsg::
msgbox Test_Text_ThisIsASignpost, MSGBOX_SIGN
end
Test_Text_ThisIsASignpost::
.string "テストよう メッセージです!\n"
.string "かんばん です$"
EventScript_TryGetTrainerScript::
special ShouldTryGetTrainerScript
goto_if_eq VAR_RESULT, TRUE, EventScript_GotoTrainerScript
releaseall
end
EventScript_GotoTrainerScript::
gotobeatenscript
releaseall
end
EventScript_ObjectApproachPlayer::
lock
special DoTrainerApproach
waitstate
gotonative LoadTrainerObjectScript