Difference between revisions of "Milking (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
Line 63: Line 63:
 
{| class="anhsmalltable"
 
{| class="anhsmalltable"
 
|- align="center" style="background-color:#ffffcc;"
 
|- align="center" style="background-color:#ffffcc;"
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Prompt'''||'''Notes'''
+
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||being_milked||/string/en/||skl_use.stf||internal_command_string||That creature is already being milked.||Prompt Number
+
||being_milked||/string/en/||skl_use.stf||internal_command_string||That creature is already being milked.||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_begin||/string/en/||skl_use.stf||internal_command_string||You relax the creature and begin to milk it.||Prompt Number
+
||milk_begin||/string/en/||skl_use.stf||internal_command_string||You relax the creature and begin to milk it.||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_cant||/string/en/||skl_use.stf||internal_command_string||That creature is dry of milk.  You can't milk it.||Prompt Number
+
||milk_cant||/string/en/||skl_use.stf||internal_command_string||That creature is dry of milk.  You can't milk it.||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_continue||/string/en/||skl_use.stf||internal_command_string||You continue to milk the creature.||Prompt Number
+
||milk_continue||/string/en/||skl_use.stf||internal_command_string||You continue to milk the creature.||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_not_hidden||/string/en/||skl_use.stf||internal_command_string||The creature is spooked and won't let you milk it.||Prompt Number
+
||milk_not_hidden||/string/en/||skl_use.stf||internal_command_string||The creature is spooked and won't let you milk it.||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_success||/string/en/||skl_use.stf||internal_command_string||You have successfully gathered milk from the creature!||Prompt Number
+
||milk_success||/string/en/||skl_use.stf||internal_command_string||You have successfully gathered milk from the creature!||Prompt Number||
 
|- align="center"
 
|- align="center"
||milk_too_far||/string/en/||skl_use.stf||internal_command_string||The creature has moved too far away to continue milking it.||Prompt Number
+
||milk_too_far||/string/en/||skl_use.stf||internal_command_string||The creature has moved too far away to continue milking it.||Prompt Number||
 
|- align="center"
 
|- align="center"
||skl_use||/string/en/||skl_use.stf||internal_command_string||You cannot milk while mounted.||Prompt Number
+
||skl_use||/string/en/||skl_use.stf||internal_command_string||You cannot milk while mounted.||Prompt Number||
 
|}
 
|}
 
|}
 
|}

Revision as of 22:16, 27 August 2009

Game Messages - Milking

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

Milking (Game Messages)

Related Tags

75% This document is nearing completion.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples
being_milked /string/en/ skl_use.stf internal_command_string That creature is already being milked. Prompt Number
milk_begin /string/en/ skl_use.stf internal_command_string You relax the creature and begin to milk it. Prompt Number
milk_cant /string/en/ skl_use.stf internal_command_string That creature is dry of milk. You can't milk it. Prompt Number
milk_continue /string/en/ skl_use.stf internal_command_string You continue to milk the creature. Prompt Number
milk_not_hidden /string/en/ skl_use.stf internal_command_string The creature is spooked and won't let you milk it. Prompt Number
milk_success /string/en/ skl_use.stf internal_command_string You have successfully gathered milk from the creature! Prompt Number
milk_too_far /string/en/ skl_use.stf internal_command_string The creature has moved too far away to continue milking it. Prompt Number
skl_use /string/en/ skl_use.stf internal_command_string You cannot milk while mounted. Prompt Number