Difference between revisions of "Firework Displays (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| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
(System Messages)
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value
+
||cannot_reorder
||/path/goes/here/
+
||/string/en/
||filename.stf
+
||firework.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||The event reorder operation you have selected is not possible.
||Notes
+
||Messaeg a player gets if they attempt to move the first firework on the Reorder Event list Up, and is also received if the player attempts to move the last firework on the Reorder Event list Down.
||Examples
+
||[[Firework Displays 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||prose_delay_update
 +
||/string/en/
 +
||firework.stf
 +
||internal_command_string
 +
||Event #%DI: delay set to %DF seconds.
 +
||Message received when a player sets the firework delay event to any value below or above  1 second.
 +
||[[Firework Displays 2 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||prose_delay_update1
 +
||/string/en/
 +
||firework.stf
 +
||internal_command_string
 +
||Event #%DI: delay set to 1 second.
 +
||Message received when a player sets the firework delay event to a value equalling 1 second.
 +
||[[Firework Displays 3 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Revision as of 15:42, 28 June 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

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
cannot_reorder /string/en/ firework.stf internal_command_string The event reorder operation you have selected is not possible. Messaeg a player gets if they attempt to move the first firework on the Reorder Event list Up, and is also received if the player attempts to move the last firework on the Reorder Event list Down. Example
prose_delay_update /string/en/ firework.stf internal_command_string Event #%DI: delay set to %DF seconds. Message received when a player sets the firework delay event to any value below or above 1 second. Example
prose_delay_update1 /string/en/ firework.stf internal_command_string Event #%DI: delay set to 1 second. Message received when a player sets the firework delay event to a value equalling 1 second. Example