Difference between revisions of "Elevator (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
(System Messages)
Line 57: Line 57:
 
|}
 
|}
  
= System Messages =
+
== System Messages ==
  
 
{| align="center"
 
{| align="center"
Line 64: Line 64:
 
{| class="anhsmalltable"
 
{| class="anhsmalltable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''||'''Notes'''
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||Prompt Number||
+
||too_far
 +
||/string/en/
 +
||elevator_text.stf
 +
||internal_command_string
 +
||You are too far away to use that.
 +
||
 +
||
 +
 
 +
|- align="center"
 +
||highest_floor
 +
||/string/en/
 +
||elevator_text.stf
 +
||internal_command_string  
 +
||You are already on the highest floor
 +
||
 +
||
 +
 
 +
|- align="center"
 +
||lowest_floor
 +
||/string/en/
 +
||elevator_text.stf
 +
||internal_command_string
 +
||You are already on the lowest floor
 +
||
 +
||
 +
 
 +
 
 +
|}
 +
|}
 +
 
 +
 
 +
 
 +
 
 +
 
 +
== Radials ==
 +
 
 +
{| align="center"
 +
|-
 +
||
 +
{| class="anhsmalltable"
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 +
 
 +
|- align="center"
 +
||up
 +
||/string/en/
 +
||elevator_text.stf
 +
||internal_command_string
 +
||UP
 +
||
 +
||
 +
 
 +
 
 +
|- align="center"
 +
||down
 +
||/string/en/
 +
||elevator_text.stf
 +
||internal_command_string
 +
||DOWN
 +
||
 +
||
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 12:27, 29 February 2008




Game Messages - Message Category

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.


Navigation

Description

Template (Game Messages)

Related Tags

0% This document has not been started.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
too_far /string/en/ elevator_text.stf internal_command_string You are too far away to use that.
highest_floor /string/en/ elevator_text.stf internal_command_string You are already on the highest floor
lowest_floor /string/en/ elevator_text.stf internal_command_string You are already on the lowest floor




Radials

ID Path Filename Trigger Message Notes Examples
up /string/en/ elevator_text.stf internal_command_string UP


down /string/en/ elevator_text.stf internal_command_string DOWN