Difference between revisions of "Configurable Dice (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
+
||configurable_dice_result_self
||/path/goes/here/
+
||/string/en/dice/
||filename.stf
+
||dice.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||Your %DI sided die rolled a value of %TO.
 
||Notes
 
||Notes
||Examples
+
||[[Configurable Dice Messages 1 (Example)|Example]]
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||configurable_dice_result_single
 +
||/string/en/dice/
 +
||dice.stf
 +
||internal_command_string
 +
||%TU's %DI sided die rolled a value of %TO.
 +
||Notes
 +
||[[Configurable Dice Messages 2 (Example)|Example]]
 +
 
 +
 
 +
 
 +
|- align="center"
 +
||dice_configure_msg
 +
||/string/en/dice/
 +
||dice.stf
 +
||internal_command_string
 +
||You must configure the dice first.
 +
||Notes
 +
||[[Configurable Dice Messages 3 (Example)|Example]]
 +
 
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 21:49, 30 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
configurable_dice_result_self /string/en/dice/ dice.stf internal_command_string Your %DI sided die rolled a value of %TO. Notes Example


configurable_dice_result_single /string/en/dice/ dice.stf internal_command_string %TU's %DI sided die rolled a value of %TO. Notes Example


dice_configure_msg /string/en/dice/ dice.stf internal_command_string You must configure the dice first. Notes Example