Difference between revisions of "House Item Destroy SUI (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)}...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
House Item Destroy SUI (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D100%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 66: Line 66:
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Title'''||'''Description'''||'''Button'''||'''Notes'''||'''Examples'''
 
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Title'''||'''Description'''||'''Button'''||'''Notes'''||'''Examples'''
 
|- align="center"
 
|- align="center"
||set_name_title
+
||delete_all_items
 
||/string/en/
 
||/string/en/
||sui.stf
+
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
||Name The Object
+
||Delete All Items
 
||
 
||
 
||
 
||
 
||Notes
 
||Notes
||[[Factory Naming SUI 1 (Example)|Example]]
+
||[[House Item Destroy SUI 1 (Example)|Example]]
  
  
 
|- align="center"
 
|- align="center"
||set_name_prompt
+
||delete_all_items_d
 
||/string/en/
 
||/string/en/
||sui.stf
+
||player_structure.stf
 
||internal_command_string
 
||internal_command_string
 
||
 
||
||Please enter the new name you would like for this object.
+
||This command will delete every object in your house. Are you ABSOLUTELY sure you want to destroy every object in your house?
 
||
 
||
 
||Notes
 
||Notes
||[[Factory Naming SUI 1 (Example)|Example]]
+
||[[House Item Destroy SUI 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||cancel
 +
||/string/en/
 +
||ui.stf
 +
||internal_command_string
 +
||
 +
||
 +
||Cancel
 +
||Patch 14
 +
||[[House Item Destroy SUI 1 (Example)|Example]]
 +
 
 +
|- align="center"
 +
||ok
 +
||/string/en/
 +
||ui.stf
 +
||internal_command_string
 +
||
 +
||
 +
||Ok
 +
||Patch 14
 +
||[[House Item Destroy SUI 1 (Example)|Example]]
 +
 
 
|}
 
|}
 
|}
 
|}

Latest revision as of 14:56, 25 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

House Item Destroy SUI (Game Messages)

Related Tags

100% This document is complete.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Title Description Button Notes Examples
delete_all_items /string/en/ player_structure.stf internal_command_string Delete All Items Notes Example


delete_all_items_d /string/en/ player_structure.stf internal_command_string This command will delete every object in your house. Are you ABSOLUTELY sure you want to destroy every object in your house? Notes Example
cancel /string/en/ ui.stf internal_command_string Cancel Patch 14 Example
ok /string/en/ ui.stf internal_command_string Ok Patch 14 Example