View Issue Details

IDProjectCategoryLast Update
0010476Shattered HavenGameplay IdeaJan 27, 2013 4:59 pm
ReporterGameMaker24 Assigned ToChris_McElligottPark  
Status resolvedResolutionfixed 
Summary0010476: Status warnings during first tutorial
DescriptionThe danger begins when you take your first step...

The Gray are coming... tread carefully.

Both of these messages appear at the very start of the game, but neither apply to Level 001. (They do apply to Tutorial 0000002, however.) I think alternate messages for this first level can be:

A boy awakens in an unfamiliar house. Take a step to begin.

There is no danger at this time.

The latter, of course, should revert to the normal message when the Grays chase Willis into the compound.
TagsNo tags attached.
Internal WeightPolish Tweak

Activities

Chris_McElligottPark

Jan 27, 2013 4:59 pm

administrator   ~0030310

* Added three new text commands, which I have put into use in level 001-Main:
"SETSTATUS_BASEBEFOREMOVE": (args: TextScriptTitle) Set the base status message that gets shown before you move. Note that this is global for the level, not just the sublevel you are in now.
"SETSTATUS_BASE": (args: TextScriptTitle) Set the base status message that gets shown after you move. Note that this is global for the level, not just the sublevel you are in now.
"SETSTATUS_NOW": (args: TextScriptTitle) Change the status message that is currently shown until another status message overwrites it.

Issue History

Date Modified Username Field Change
Jan 25, 2013 6:08 pm GameMaker24 New Issue
Jan 25, 2013 6:08 pm GameMaker24 Status new => assigned
Jan 25, 2013 6:08 pm GameMaker24 Assigned To => Chris_McElligottPark
Jan 27, 2013 4:59 pm Chris_McElligottPark Note Added: 0030310
Jan 27, 2013 4:59 pm Chris_McElligottPark Status assigned => resolved
Jan 27, 2013 4:59 pm Chris_McElligottPark Resolution open => fixed
Apr 14, 2014 9:30 am Chris_McElligottPark Category Suggestion - Gameplay => Gameplay Idea