Difference between revisions of "Slicing Containers (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Game Messages|Slicing Containers (Game Messages)}} {| border="0" width="100%" cellpadding=6 |- |valign=top| == Description == Category description here |valign=top| == Relat...)
 
(System Messages)
Line 28: Line 28:
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''
|-
+
|- align="center"
||ID Value
+
||fail
||/path/goes/here/
+
||/string/en/skill/
||filename.stf
+
||slicing.stf
 
||internal_command_string
 
||internal_command_string
||System Message Text
+
||You fail to slice the lock.
 
||Prompt Number
 
||Prompt Number
 +
 +
 +
|- align="center"
 +
||no_skill
 +
||/string/en/skill/
 +
||slicing.stf
 +
||internal_command_string
 +
||You cannot slice a lock with no skill!
 +
||Prompt Number
 +
 +
|- align="center"
 +
||pass
 +
||/string/en/skill/
 +
||slicing.stf
 +
||internal_command_string
 +
||The lock is open.
 +
||Prompt Number
 +
 +
 
|-
 
|-
 
|}
 
|}
 
|}
 
|}

Revision as of 15:46, 11 December 2007

Game Messages - Slicing Containers (Game Messages)

SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.

Description

Category description here

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 Prompt
fail /string/en/skill/ slicing.stf internal_command_string You fail to slice the lock. Prompt Number


no_skill /string/en/skill/ slicing.stf internal_command_string You cannot slice a lock with no skill! Prompt Number
pass /string/en/skill/ slicing.stf internal_command_string The lock is open. Prompt Number