Difference between revisions of "Vehicle Rental Device (System Messages)"

From SWGANH Wiki
Jump to: navigation, search
(SUI Prompt)
(Related Tags)
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D25%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 45: Line 45:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||ID Value||/path/goes/here/||filename.stf||internal_command_string||System Message Text||Notes||Examples
+
||uses_complete
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||Your lease on this vehicle has expired. The control device has been removed from your datapad.
 +
||Notes
 +
||[[Vehicle Rental Device 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||uses_left
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||Your lease on this vehicle is good for %DI more use(s).
 +
||Notes
 +
||[[Vehicle Rental Device 2 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||uses_left_last
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||Your lease on this vehicle is about to expire. The control device will be removed from your datapad upon storage.
 +
||Notes
 +
||[[Vehicle Rental Device 3 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||uses_left_new
 +
||/string/en/pet/
 +
||pet_menu.stf
 +
||internal_command_string
 +
||You have generated a rented vehicle. Your lease on this vehicle is good for %DI more uses before it will be removed from your datapad.
 +
||Notes
 +
||[[Vehicle Rental Device 4 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Latest revision as of 02:23, 28 August 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.



Description

Template (Game Messages)

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

Completion Guide -

  • 0% - No substantive information available on game feature
  • 25% - page has been started but not completed
  • 50% - page is as complete as possible with the currently available information but probably needs more research done on the subject matter
  • 75% - page is probably complete but needs to be reviewed for accuracy of the page content and to make sure that no information is missing about the game feature
  • 100% - page has been reviewed and compared against enough sources to the extent that there is reasonable confidence that the game feature is completely documented.

System Messages

ID Path Filename Trigger Message Notes Examples
uses_complete /string/en/pet/ pet_menu.stf internal_command_string Your lease on this vehicle has expired. The control device has been removed from your datapad. Notes Example
uses_left /string/en/pet/ pet_menu.stf internal_command_string Your lease on this vehicle is good for %DI more use(s). Notes Example
uses_left_last /string/en/pet/ pet_menu.stf internal_command_string Your lease on this vehicle is about to expire. The control device will be removed from your datapad upon storage. Notes Example
uses_left_new /string/en/pet/ pet_menu.stf internal_command_string You have generated a rented vehicle. Your lease on this vehicle is good for %DI more uses before it will be removed from your datapad. Notes Example