Logout Event Messages (Game Messages)

From SWGANH Wiki
Revision as of 14:38, 29 February 2008 by Ready (Talk | contribs) (System Messages)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.

Navigation

Description

Logout Event Messages

Related Tags

50% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
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. Example
safe_to_log_out /string/en/ logout.stf internal_command_string You may now log out safely. (unknown) Example
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. Example
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. Example