List of Control Characters: Difference between revisions
No edit summary |
|||
| Line 56: | Line 56: | ||
| | | | ||
|- | |- | ||
|adverb | |[adverb:#] | ||
|Unused. | |Unused. | ||
|- | |- | ||
| Line 77: | Line 77: | ||
|Prints the first character of the specified actor's name. Used only in JP. | |Prints the first character of the specified actor's name. Used only in JP. | ||
|- | |- | ||
|class | |[class:#] | ||
|Unused. | |Unused. | ||
|- | |- | ||
| Line 99: | Line 99: | ||
|- | |- | ||
|[gadget_bag] | |[gadget_bag] | ||
|Prints the current name of the player's inventory. Used | |Prints the current name of the player's inventory. Used by the base game to specify the One-Item Inventory or Treasure Bag depending on the player's progress. | ||
|- | |- | ||
|[gender:#] | |[gender:#] | ||
| Line 111: | Line 111: | ||
|- | |- | ||
|[hero] | |[hero] | ||
|Prints the hero's name | |Prints the hero's name. Special Episodes instead use <code>[c_name:NPC_HERO_FIRST]</code>. | ||
|- | |- | ||
|[item:#] | |[item:#] | ||
| Line 138: | Line 138: | ||
|- | |- | ||
|[partner] | |[partner] | ||
|Prints the partner's name | |Prints the partner's name. Special Episodes instead use <code>[c_name:NPC_PARTNER_FIRST]</code>. | ||
|- | |- | ||
|partner2 | |[partner2] | ||
|Unused. | |Unused. <code>[partner2]</code> and <code>[partner2:0]</code> both seem to invariably crash the game. | ||
|- | |- | ||
|[player] | |[player] | ||
|Prints the current leader's name using a blue text color. | |Prints the current leader's name using a blue text color. | ||
|- | |- | ||
|purpose | |[purpose:#] | ||
|Unused. | |Unused. Seems to print "Recover the stolen item." as seen within the "Mission objectives" menu inside Beach Cave on the first visit, regardless of the player's progress. | ||
|- | |- | ||
|[rank:#] | |[rank:#] | ||
| | | | ||
|- | |- | ||
|range | |[range:#] | ||
|Unused. | |Unused. | ||
|- | |- | ||
| Line 188: | Line 188: | ||
| | | | ||
|- | |- | ||
|value_i | |[value_i:#]<br>[value_i:#:#] | ||
|Unused. | |Unused. | ||
|- | |- | ||