Difference between revisions of "Mask Scent (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 37: Line 37:
  
 
== System Messages ==
 
== System Messages ==
 +
 +
  
 
{| align="center"
 
{| align="center"
 
|-
 
|-
 
||
 
||
{| class="anhsmalltable"
+
{| class="wikitable"
 
|- 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
+
||sys_scentmask_concealed
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||You can't mask your scent while you are concealed.
 +
||
 +
||[[Mask Scent 1 (Example)|Example]]
 +
|- align="center"
 +
 
 +
 
 +
 
 +
||sys_scentmask_break_combat
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||Combat has disrupted your camouflage.
 +
||
 +
||[[Mask Scent 2 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_delay
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||You must wait %DI seconds to mask your scent again.
 +
||
 +
||[[Mask Scent 3 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_success
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||Due to your scent mask, a %TT ignores you.
 +
||
 +
||[[Mask Scent 4 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_noskill
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||You might be a very clean person, but you lack the skill to mask your scent from creatures.
 +
||
 +
||[[Mask Scent 5 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_start
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||Your natural scent has been masked from creatures.
 +
||
 +
||[[Mask Scent 6 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_stop
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||Your masked scent has worn off.
 +
||
 +
||[[Mask Scent 7 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_fail
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||You cannot mask your scent now.
 +
||
 +
||[[Mask Scent 8 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_break
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||A creature has detected you, despite your attempts at camouflage!
 +
||
 +
||[[Mask Scent 9 (Example)|Example]]
 +
|- align="center"
 +
 
 +
||sys_scentmask_already
 +
||/string/en/
 +
||skl_use.stf
 +
||internal_command_string
 +
||You are already masking your scent.
 +
||
 +
||[[Mask Scent 10 (Example)|Example]]
 +
|- align="center"
 +
 
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 23:24, 28 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.

Completion Guide -

  • 0% - No substantive information available on game feature
  • 25% - page has been started but not completed
  • 50% - page is as complete as possible with the currently available information but probably needs more research done on the subject matter
  • 75% - page is probably complete but needs to be reviewed for accuracy of the page content and to make sure that no information is missing about the game feature
  • 100% - page has been reviewed and compared against enough sources to the extent that there is reasonable confidence that the game feature is completely documented.

System Messages

ID Path Filename Trigger Message Notes Examples
sys_scentmask_concealed /string/en/ skl_use.stf internal_command_string You can't mask your scent while you are concealed. Example
sys_scentmask_break_combat /string/en/ skl_use.stf internal_command_string Combat has disrupted your camouflage. Example
sys_scentmask_delay /string/en/ skl_use.stf internal_command_string You must wait %DI seconds to mask your scent again. Example
sys_scentmask_success /string/en/ skl_use.stf internal_command_string Due to your scent mask, a %TT ignores you. Example
sys_scentmask_noskill /string/en/ skl_use.stf internal_command_string You might be a very clean person, but you lack the skill to mask your scent from creatures. Example
sys_scentmask_start /string/en/ skl_use.stf internal_command_string Your natural scent has been masked from creatures. Example
sys_scentmask_stop /string/en/ skl_use.stf internal_command_string Your masked scent has worn off. Example
sys_scentmask_fail /string/en/ skl_use.stf internal_command_string You cannot mask your scent now. Example
sys_scentmask_break /string/en/ skl_use.stf internal_command_string A creature has detected you, despite your attempts at camouflage! Example
sys_scentmask_already /string/en/ skl_use.stf internal_command_string You are already masking your scent. Example