Difference between revisions of "Elevator (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(Radials)
(Description)
 
(4 intermediate revisions by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Elevator (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 71: Line 71:
 
||internal_command_string  
 
||internal_command_string  
 
||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.
||
+
||[[Elevator1 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 80: Line 80:
 
||internal_command_string  
 
||internal_command_string  
 
||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.
||
+
||[[Elevator2 (Example)|Example]]
  
 
|- align="center"
 
|- align="center"
Line 89: Line 89:
 
||internal_command_string  
 
||internal_command_string  
 
||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.
||
+
||[[Elevator3 (Example)|Example]]
  
  
 
|}
 
|}
 
|}
 
|}
 
 
 
 
  
 
== Radials ==
 
== Radials ==
Line 116: Line 112:
 
||UP
 
||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.
 
||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.
||
+
||[[Elevator4 (Example)|Example]]
  
  
Line 126: Line 122:
 
||DOWN
 
||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.
 
||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.
||
+
||[[Elevator5 (Example)|Example]]
  
 
|}
 
|}
 
|}
 
|}

Latest revision as of 23:52, 7 July 2009




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

Elevator (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. Example


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. Example