Difference between revisions of "Gallop Stop (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||already_galloping
+
||cant_stop_gallop_not_mounted
 
||/string/en/
 
||/string/en/
 
||combat_effects.stf
 
||combat_effects.stf
 
||internal_command_string
 
||internal_command_string
||You are already galloping!
+
||You can't stop galloping if you aren't mounted.
 
||Notes
 
||Notes
 
||Examples
 
||Examples
Line 77: Line 77:
  
 
|- align="center"
 
|- align="center"
||gallop_start
+
||cant_stop_galloping_not_galloping
 
||/string/en/
 
||/string/en/
 
||combat_effects.stf
 
||combat_effects.stf
 
||internal_command_string
 
||internal_command_string
||Your mount runs as fast as it can.
+
||You can't stop galloping if you aren't already galloping.
 
||Notes
 
||Notes
 
||Examples
 
||Examples
  
  
|- align="center"
 
||gallop_stop
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||Your mount is winded and slows down.
 
||Notes
 
||Examples
 
 
 
|- align="center"
 
||mount_not_tired
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||Your mount is no longer winded.
 
||Notes
 
||Examples
 
 
 
 
 
|- align="center"
 
||mount_tired
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||Your mount is too tired to gallop.
 
||Notes
 
||Examples
 
 
 
 
|- align="center"
 
||not_mounted
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||You cannot perform this command without a mount.
 
||Notes
 
||Examples
 
 
|}
 
|}
 
|}
 
|}

Revision as of 07:29, 22 February 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
cant_stop_gallop_not_mounted /string/en/ combat_effects.stf internal_command_string You can't stop galloping if you aren't mounted. Notes Examples


cant_stop_galloping_not_galloping /string/en/ combat_effects.stf internal_command_string You can't stop galloping if you aren't already galloping. Notes Examples