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

From SWGANH Wiki
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Gallop Stop (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game 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"
 
||already_galloping
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||You are already galloping!
 
||Notes
 
||Examples
 
 
 
 
|- align="center"
 
||gallop_start
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||Your mount runs as fast as it can.
 
||Notes
 
||Examples
 
 
  
 
|- align="center"
 
|- align="center"
Line 94: Line 74:
 
||Notes
 
||Notes
 
||Examples
 
||Examples
 
  
 
|- align="center"
 
|- align="center"
||mount_not_tired
+
||cant_stop_gallop_not_mounted
 
||/string/en/
 
||/string/en/
 
||combat_effects.stf
 
||combat_effects.stf
 
||internal_command_string
 
||internal_command_string
||Your mount is no longer winded.
+
||You can't stop galloping if you aren't mounted.
 
||Notes
 
||Notes
 
||Examples
 
||Examples
 
  
  
  
 
|- align="center"
 
|- align="center"
||mount_tired
+
||cant_stop_galloping_not_galloping
 
||/string/en/
 
||/string/en/
 
||combat_effects.stf
 
||combat_effects.stf
 
||internal_command_string
 
||internal_command_string
||Your mount is too tired to gallop.
+
||You can't stop galloping if you aren't already galloping.
 
||Notes
 
||Notes
 
||Examples
 
||Examples
  
  
 
|- align="center"
 
||not_mounted
 
||/string/en/
 
||combat_effects.stf
 
||internal_command_string
 
||You cannot perform this command without a mount.
 
||Notes
 
||Examples
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 20:51, 11 July 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

Gallop Stop (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
gallop_stop /string/en/ combat_effects.stf internal_command_string Your mount is winded and slows down. 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