Difference between revisions of "Collect Milk (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 65: Line 65:
 
|- 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"
||milk_me||/string/en/pet/||pet_menu.stf||internal_command_string||Collect Milk||Notes||[[Milk Collection 1 (Example)|Example]]
+
||milk_me||/string/en/pet/||pet_menu.stf||internal_command_string||Collect Milk||Patch 14||[[Milk Collection 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||milk_cant||/string/en/||skl_use.stf||internal_command_string||That creature is dry of milk.  You can't milk it.||Patch 14||Examples
 +
 
 +
|- align="center"
 +
||milk_not_hidden||/string/en/||skl_use.stf||internal_command_string||The creature is spooked and won't let you milk it.||Notes||Examples
 +
 
 +
|- align="center"
 +
||milk_begin||/string/en/||skl_use.stf||internal_command_string||You relax the creature and begin to milk it.||Notes||Examples
 +
 
 +
|- align="center"
 +
||milk_too_far||/string/en/||skl_use.stf||internal_command_string||The creature has moved too far away to continue milking it.||Notes||Examples
 +
 
 +
|- align="center"
 +
||milk_continue||/string/en/||skl_use.stf||internal_command_string||You continue to milk the creature.||Notes||Examples
 +
 
 +
|- align="center"
 +
||milk_success||/string/en/||skl_use.stf||internal_command_string||You have successfully gathered milk from the creature!||Notes||Examples
 +
 
 +
|- align="center"
 +
||being_milked||/string/en/||skl_use.stf||internal_command_string||That creature is already being milked.||Notes||Examples
 +
 
 +
|- align="center"
 +
||skl_use||/string/en/||skl_use.stf||internal_command_string||You cannot milk while mounted.||Notes||Examples
 +
 
 
|}
 
|}
 
|}
 
|}

Revision as of 14:22, 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
milk_me /string/en/pet/ pet_menu.stf internal_command_string Collect Milk Patch 14 Example
milk_cant /string/en/ skl_use.stf internal_command_string That creature is dry of milk. You can't milk it. Patch 14 Examples
milk_not_hidden /string/en/ skl_use.stf internal_command_string The creature is spooked and won't let you milk it. Notes Examples
milk_begin /string/en/ skl_use.stf internal_command_string You relax the creature and begin to milk it. Notes Examples
milk_too_far /string/en/ skl_use.stf internal_command_string The creature has moved too far away to continue milking it. Notes Examples
milk_continue /string/en/ skl_use.stf internal_command_string You continue to milk the creature. Notes Examples
milk_success /string/en/ skl_use.stf internal_command_string You have successfully gathered milk from the creature! Notes Examples
being_milked /string/en/ skl_use.stf internal_command_string That creature is already being milked. Notes Examples
skl_use /string/en/ skl_use.stf internal_command_string You cannot milk while mounted. Notes Examples