Difference between revisions of "FactoryOptions Radial Menu (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageCleanup}} {{PageHeader|Game Messages|Message Category}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}...)
 
(System 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"
 
|- align="center"
||activate
+
||options
 
||/string/en/
 
||/string/en/
 
||manf_station.stf
 
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||Start manufacturing objects.
+
||Options
||
+
||Prompt Number
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 +
 
 +
 
 
|- align="center"
 
|- align="center"
||deactivate
+
||activate
 
||/string/en/
 
||/string/en/
 
||manf_station.stf
 
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||Stop manufacturing objects.
+
||Start manufacturing objects.
||Prompt Number
+
||Only shows up on radial menu when a schematic is loaded into the factory.
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 +
 
 
|- align="center"
 
|- align="center"
 
||ingredients
 
||ingredients
Line 87: Line 91:
 
||internal_command_string
 
||internal_command_string
 
||List ingredients needed for station
 
||List ingredients needed for station
||Prompt Number
+
||Only shows up on radial menu when a schematic is loaded into the factory.
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 
|- align="center"
 
|- align="center"
 
||input_hopper
 
||input_hopper
Line 96: Line 100:
 
||Access station ingredient hopper
 
||Access station ingredient hopper
 
||Prompt Number
 
||Prompt Number
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 +
 
 
|- align="center"
 
|- align="center"
||options
+
||output_hopper
 
||/string/en/
 
||/string/en/
 
||manf_station.stf
 
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||Options
+
||Access station output hopper
 
||Prompt Number
 
||Prompt Number
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 +
 
 
|- align="center"
 
|- align="center"
||output_hopper
+
||schematic
 
||/string/en/
 
||/string/en/
 
||manf_station.stf
 
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||Access station output hopper
+
||Access schematic slot.
 
||Prompt Number
 
||Prompt Number
||
+
||[[FactoryOptions Radial Menu 1 (Example)|Example]]
 +
 
 
|- align="center"
 
|- align="center"
||schematic
+
||deactivate
 
||/string/en/
 
||/string/en/
 
||manf_station.stf
 
||manf_station.stf
 
||internal_command_string
 
||internal_command_string
||Access schematic slot.
+
||Stop manufacturing objects.
||Prompt Number
+
||Shows up when factory has been started
||
+
||[[FactoryOptions Radial Menu 2 (Example)|Example]]
 
|}
 
|}
 
|}
 
|}

Revision as of 17:26, 5 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

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
options /string/en/ manf_station.stf internal_command_string Options Prompt Number Example


activate /string/en/ manf_station.stf internal_command_string Start manufacturing objects. Only shows up on radial menu when a schematic is loaded into the factory. Example
ingredients /string/en/ manf_station.stf internal_command_string List ingredients needed for station Only shows up on radial menu when a schematic is loaded into the factory. Example
input_hopper /string/en/ manf_station.stf internal_command_string Access station ingredient hopper Prompt Number Example
output_hopper /string/en/ manf_station.stf internal_command_string Access station output hopper Prompt Number Example
schematic /string/en/ manf_station.stf internal_command_string Access schematic slot. Prompt Number Example
deactivate /string/en/ manf_station.stf internal_command_string Stop manufacturing objects. Shows up when factory has been started Example