Difference between revisions of "Gamble Node Event (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 35: Line 35:
 
|- 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
+
||<font size=1>gamble_fail</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You weren't able to recover the full concentration of resources.</font>||<font size=1>Notification that the attempt to recover the node was a failure. The player receives no resource for this.</font>
 +
||[[Gamble Node1 (Example)|Example]]
 +
 
 +
 
 +
|- align="center"
 +
||<font size=1>gamble_no_action</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You don't have enough action points to recover the concentration.</font>||<font size=1>Notification sent to a player that they do not have enough action to attempt the sample if the player chose to go for it.</font>
 +
||[[Gamble Node2 (Example)|Example]]
 +
|- align="center"
 +
||<font size=1>gamble_success</font>||<font size=1>/string/en/</font>||<font size=1>survey.stf</font>||<font size=1>internal_command_string</font>||<font size=1>You successfully recover the concentration of resources!</font>||<font size=1>Notification that the attempt to harvest the resource node was successful.</font>
 +
||[[Gamble Node3 (Example)|Example]]
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 01:04, 20 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


gamble_fail /string/en/ survey.stf internal_command_string You weren't able to recover the full concentration of resources. Notification that the attempt to recover the node was a failure. The player receives no resource for this. Example


gamble_no_action /string/en/ survey.stf internal_command_string You don't have enough action points to recover the concentration. Notification sent to a player that they do not have enough action to attempt the sample if the player chose to go for it. Example
gamble_success /string/en/ survey.stf internal_command_string You successfully recover the concentration of resources! Notification that the attempt to harvest the resource node was successful. Example