Difference between revisions of "Tame (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
(System Messages)
Line 66: Line 66:
 
|- 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"
 +
||device_added
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||A control device has been added to your datapad.
 +
||Notification sent to the player that tells them they have an object added to their datapad when they generate a vehicle or pet.
 +
||[[Tame Pets 1 (Example)|Examples]]
 +
 +
|- align="center"
 +
||success
 +
||/string/en/npc_reaction/
 +
||flytext.stf
 +
||internal_command_string
 +
||You tame the creature.
 +
||Notification sent to the player that tells them they have successfully tamed a creature.
 +
||[[Tame Pets 2 (Example)|Examples]]
  
  
Line 75: Line 96:
 
||The selected action cannot be performed because your target is not a creature.
 
||The selected action cannot be performed because your target is not a creature.
 
||
 
||
||
+
||[[Tame Pets 3 (Example)|Examples]]
  
  
Line 86: Line 107:
 
||You have too many active pets.  Store one before you tame again.
 
||You have too many active pets.  Store one before you tame again.
 
||
 
||
||
+
||[[Tame Pets 4 (Example)|Examples]]
  
  
Line 97: Line 118:
 
||You fail to tame the creature.
 
||You fail to tame the creature.
 
||
 
||
||
+
||[[Tame Pets 5 (Example)|Examples]]
  
  
Line 108: Line 129:
 
||You are too far away to tame the creature.
 
||You are too far away to tame the creature.
 
||
 
||
||
+
||[[Tame Pets 6 (Example)|Examples]]
 +
 
 +
 
  
  
 
|- align="center"
 
|- align="center"
||device_added
+
||sys_cant_tame
 
||/string/en/pet/
 
||/string/en/pet/
 
||pet_menu.stf
 
||pet_menu.stf
 
||internal_command_string
 
||internal_command_string
||A control device has been added to your datapad.
+
||You can't tame that
||Notification sent to the player that tells them they have an object added to their datapad when they generate a vehicle or pet.
+
||
||[[Tame Pets 1 (Example)|Examples]]
+
||[[Tame Pets 7 (Example)|Examples]]
 +
 
 +
 
 +
 
  
 
|- align="center"
 
|- align="center"
||success
+
||sys_too_many_stored
||/string/en/npc_reaction/
+
||/string/en/pet/
||flytext.stf
+
||pet_menu.stf
 
||internal_command_string
 
||internal_command_string
||You tame the creature.
+
||There are too many pets stored in this container.  Release some of them to make room for more.
||Notification sent to the player that tells them they have successfully tamed a creature.
+
||
||[[Tame Pets 2 (Example)|Examples]]
+
||[[Tame Pets 8 (Example)|Examples]]
 
|}
 
|}
 
|}
 
|}

Revision as of 09:18, 4 May 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



device_added /string/en/pet/ pet_menu.stf internal_command_string A control device has been added to your datapad. Notification sent to the player that tells them they have an object added to their datapad when they generate a vehicle or pet. Examples
success /string/en/npc_reaction/ flytext.stf internal_command_string You tame the creature. Notification sent to the player that tells them they have successfully tamed a creature. Examples


target_not_creature /string/en/ error_message.stf internal_command_string The selected action cannot be performed because your target is not a creature. Examples


too_many_pets /string/en/ error_message.stf internal_command_string You have too many active pets. Store one before you tame again. Examples


fail /string/en/npc_reaction.stf flytext.stf internal_command_string You fail to tame the creature. Examples


toofar /string/en/npc_reaction.stf flytext.stf internal_command_string You are too far away to tame the creature. Examples



sys_cant_tame /string/en/pet/ pet_menu.stf internal_command_string You can't tame that Examples



sys_too_many_stored /string/en/pet/ pet_menu.stf internal_command_string There are too many pets stored in this container. Release some of them to make room for more. Examples