Difference between revisions of "Eject (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| |valign=top| {| border="0" width="100%" cellpadding=6 |- |valign=...)
 
(System Messages)
 
Line 28: Line 28:
  
 
== System Messages ==
 
== System Messages ==
 +
  
 
{| align="center"
 
{| align="center"
Line 35: Line 36:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|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||Notes||Examples
+
||sys_eject_request||/string/en/||error_message.stf||internal_command_string||Processing eject request...||Patch 12||Examples
 +
 
 +
|- align="center"
 +
||sys_eject_fail_move||/string/en/||error_message.stf||internal_command_string||The ejection attempt failed because you moved.||Patch 12||Examples
 +
 
 +
|- align="center"
 +
||sys_eject_fail_ground||/string/en/||error_message.stf||internal_command_string||The ejection attempt failed because you were already on the ground.||Patch 12||Examples
 +
 
 +
|- align="center"
 +
||sys_eject_success||/string/en/||error_message.stf||internal_command_string||You have been moved to the nearest building's ejection point.||Patch 12||Examples
 +
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 03:14, 22 August 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.



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


sys_eject_request /string/en/ error_message.stf internal_command_string Processing eject request... Patch 12 Examples
sys_eject_fail_move /string/en/ error_message.stf internal_command_string The ejection attempt failed because you moved. Patch 12 Examples
sys_eject_fail_ground /string/en/ error_message.stf internal_command_string The ejection attempt failed because you were already on the ground. Patch 12 Examples
sys_eject_success /string/en/ error_message.stf internal_command_string You have been moved to the nearest building's ejection point. Patch 12 Examples