mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Talk to Use Cut. Strength and Surf
This commit is contained in:
parent
141e7c2de8
commit
fe4dc821fd
9 changed files with 220 additions and 24 deletions
|
|
@ -109,3 +109,4 @@ PredefPointers::
|
|||
add_predef DrawHP2
|
||||
add_predef DisplayElevatorFloorMenu
|
||||
add_predef OaksAideScript
|
||||
add_predef TryFieldMove
|
||||
|
|
|
|||
|
|
@ -1788,3 +1788,19 @@ _TextIDErrorText::
|
|||
_ContCharText::
|
||||
text "<_CONT>@"
|
||||
text_end
|
||||
|
||||
_PromptToSurfText::
|
||||
text "The water is calm."
|
||||
line "Would you like to"
|
||||
cont "SURF?"
|
||||
done
|
||||
|
||||
_ExplainCutText::
|
||||
text "This tree can be"
|
||||
line "CUT!"
|
||||
done
|
||||
|
||||
_PromptToCutText::
|
||||
text "Would you like to"
|
||||
line "use CUT?"
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue