Difference between revisions of "Elevator (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Related Tags)
(System Messages)
Line 72: Line 72:
 
||You are too far away to use that.
 
||You are too far away to use that.
 
||Message a player receives if they attempt to double click the elevator button to use it or use the down/up buttons on the radial when not within the 2 meter radius from these buttons.
 
||Message a player receives if they attempt to double click the elevator button to use it or use the down/up buttons on the radial when not within the 2 meter radius from these buttons.
||
+
||[[Elevator1 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 81: Line 81:
 
||You are already on the highest floor
 
||You are already on the highest floor
 
||Message a player receives if they attempt to use the elevator buttons to go up one level again when they are already on the highest floor possible.
 
||Message a player receives if they attempt to use the elevator buttons to go up one level again when they are already on the highest floor possible.
||
+
||[[Elevator2 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 90: Line 90:
 
||You are already on the lowest floor
 
||You are already on the lowest floor
 
||Message a player receives if they attempt to use the elevator buttons to go down one level again when they are already on the lowest floor possible.
 
||Message a player receives if they attempt to use the elevator buttons to go down one level again when they are already on the lowest floor possible.
||
+
||[[Elevator3 (Example)|Example]]
  
  

Revision as of 12:49, 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

75% This document is nearing completion.

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. Message a player receives if they attempt to double click the elevator button to use it or use the down/up buttons on the radial when not within the 2 meter radius from these buttons. Example
highest_floor /string/en/ elevator_text.stf internal_command_string You are already on the highest floor Message a player receives if they attempt to use the elevator buttons to go up one level again when they are already on the highest floor possible. Example
lowest_floor /string/en/ elevator_text.stf internal_command_string You are already on the lowest floor Message a player receives if they attempt to use the elevator buttons to go down one level again when they are already on the lowest floor possible. Example


Radials

ID Path Filename Trigger Message Notes Examples
up /string/en/ elevator_text.stf internal_command_string UP Radial Option on an elevator button signaling to raise the elevator up one level. This option can only be used when the player is within 2 meters of the elevator button.


down /string/en/ elevator_text.stf internal_command_string DOWN Radial Option on an elevator button signaling to raise the elevator down one level.This option can only be used when the player is within 2 meters of the elevator button.