summaryrefslogtreecommitdiff
path: root/data/scripts/test_signpost.inc
blob: 6a8be547baa8dece374cacca67cef769c603bdd8 (plain)
1
2
3
4
5
6
7
Text_ThisIsATestSignpostMsg::
	.string "This is a test message.\n"
	.string "This is a signpost.$"

EventScript_TestSignpostMsg::
	msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN
	end