Difference between revisions of "Elevator (Game Messages)"
From SWGANH Wiki
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...) |
(→Description) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 43: | Line 43: | ||
|valign=top| | |valign=top| | ||
== Description == | == Description == | ||
− | + | Elevator (Game Messages) | |
|valign=top| | |valign=top| | ||
Line 50: | Line 50: | ||
{| align="center" | {| align="center" | ||
|- | |- | ||
− | ||{{ | + | ||{{D75%}} |
|- | |- | ||
||{{Game Messages}} | ||{{Game 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'''||''' | + | |width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples''' |
|- align="center" | |- align="center" | ||
− | || | + | ||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. | ||
+ | ||[[Elevator1 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Elevator2 (Example)|Example]] | ||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Elevator3 (Example)|Example]] | ||
+ | |||
+ | |||
+ | |} | ||
+ | |} | ||
+ | |||
+ | == 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 | ||
+ | ||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]] | ||
+ | |||
+ | |||
+ | |- align="center" | ||
+ | ||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. | ||
+ | ||[[Elevator5 (Example)|Example]] | ||
+ | |||
|} | |} | ||
|} | |} |
Latest revision as of 22:52, 7 July 2009
This article or section needs proper wiki formatting. |
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.
|
System Messages
Radials
|