pokeemmo/data/scripts/test_signpost.inc
2025-04-08 18:23:10 +08:00

9 lines
199 B
PHP

Text_ThisIsATestSignpostMsg::
.string "This is a test message.\n"
.string "This is a signpost.$"
//TODO 汉化
EventScript_TestSignpostMsg::
msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN
end