Difference between revisions of "Logout Event Messages (Game Messages)"
From SWGANH Wiki
(→Related Tags) |
(→System Messages) |
||
(One intermediate revision by the same user not shown) | |||
Line 55: | Line 55: | ||
|} | |} | ||
− | = | + | ==System Messages == |
Line 63: | Line 63: | ||
{| 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" | ||
− | ||time_left||/string/en/||logout.stf||internal_command_string||You have %DI seconds left until you may log out safely.|| | + | ||time_left||/string/en/||logout.stf||internal_command_string||You have %DI seconds left until you may log out safely. |
+ | ||This is the timer for the logout event that is started when a player attempts the /logout command if they are not currently in combat or moving. | ||
+ | ||[[Logout Event1 (Example)|Example]] | ||
|- align="center" | |- align="center" | ||
− | ||safe_to_log_out||/string/en/||logout.stf||internal_command_string||You may now log out safely.|| | + | ||safe_to_log_out||/string/en/||logout.stf||internal_command_string||You may now log out safely. |
+ | ||(unknown) | ||
+ | ||[[Logout Event2 (Example)|Example]] | ||
|- align="center" | |- align="center" | ||
− | ||aborted||/string/en/||logout.stf||internal_command_string||Your attempt to log out safely has been aborted.|| | + | ||aborted||/string/en/||logout.stf||internal_command_string||Your attempt to log out safely has been aborted. |
+ | ||This is the message received by the player when their logout attempt has been interrupted. Interruptions can come from the player standing up with /stand or attempting to move/run after beginning the logout process. An interruption can also occur if the player is placed in combat before the 30 second timer expires. | ||
+ | ||[[Logout Event3 (Example)|Example]] | ||
|- align="center" | |- align="center" | ||
− | ||must_be_sitting||/string/en/||logout.stf||internal_command_string||You must be sitting in order to log out safely.|| | + | ||must_be_sitting||/string/en/||logout.stf||internal_command_string||You must be sitting in order to log out safely. |
+ | ||This message occurs when a player has moved or stood up after they first initiate the logout command. | ||
+ | ||[[Logout Event4 (Example)|Example]] | ||
+ | |||
+ | |||
|} | |} | ||
|} | |} | ||
|} | |} |
Latest revision as of 13:38, 29 February 2008
Game Messages - Logout Event Messages
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
|