Difference between revisions of "Group Creation (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(System Messages)
 
(4 intermediate revisions by the same user not shown)
Line 43: Line 43:
 
|valign=top|
 
|valign=top|
 
== Description ==
 
== Description ==
Template (Game Messages)
+
Group Creation (Game Messages)
 
|valign=top|
 
|valign=top|
  
Line 50: Line 50:
 
{| align="center"
 
{| align="center"
 
|-
 
|-
||{{D0%}}
+
||{{D75%}}
 
|-
 
|-
 
||{{Game Messages}}
 
||{{Game Messages}}
Line 94: Line 94:
 
|%TT invites you to join a group.  Type /join to accept.
 
|%TT invites you to join a group.  Type /join to accept.
 
|Message a player receives when they invited to join a group.
 
|Message a player receives when they invited to join a group.
 +
|[[Group_Example6 (Example)|Example]]
 +
|----
 +
|decline_self
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|You decline to join the group.
 +
|Message a player receives when they decline an invite to join a group.
 +
|[[Group_Example6 (Example)|Example]]
 +
|----
 +
|decline_leader
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|%TT declines to join your group.
 +
|Message a player receives when an invited player declines to join their group.
 +
|[[Group_Example6 (Example)|Example]]
 +
|----
 +
|invite_leader
 +
|/string/en/
 +
|group.stf
 +
|internal_command_string
 +
|You invite %TT to join your group.
 +
|Message a player receives when they invite someone to join their group.
 
|[[Group_Example6 (Example)|Example]]
 
|[[Group_Example6 (Example)|Example]]
 
|----
 
|----
Line 120: Line 144:
 
|[[Group_Example9 (Example)|Example]]
 
|[[Group_Example9 (Example)|Example]]
 
|----
 
|----
 +
 +
|- align="center"
 +
||already_grouped||/string/en/||group.stf||internal_command_string||%TT is already in a group.||Patch 14||Examples
 +
 +
|- align="center"
 +
||considering_other_group||/string/en/||group.stf||internal_command_string||%TT is considering joining another group.||Patch 14||Examples
 +
 +
|- align="center"
 +
||considering_your_group||/string/en/||group.stf||internal_command_string||%TT has already been invited to join your group.||Patch 14||Examples
 +
 +
|- align="center"
 +
||full||/string/en/||group.stf||internal_command_string||You may not invite someone while your group is full.||Patch 14||Examples
 +
 +
|- align="center"
 +
||must_be_invited||/string/en/||group.stf||internal_command_string||You must be invited to join a group.||Patch 14||Examples
 +
 +
|- align="center"
 +
||only_players_in_space||/string/en/||group.stf||internal_command_string||You may only group with players in space.||Patch 14||Examples
 +
 +
|- align="center"
 +
||removed||/string/en/||group.stf||internal_command_string||You have been removed from the group.||Patch 14||Examples
 +
 +
|- align="center"
 +
||still_waiting||/string/en/||group.stf||internal_command_string||Still waiting for your group members...||Patch 14||Examples
 +
 +
|- align="center"
 +
||uninvite_no_target_self||/string/en/||group.stf||internal_command_string||You must supply a target to uninvite.||Patch 14||Examples
 +
 +
|- align="center"
 +
||uninvite_not_invited||/string/en/||group.stf||internal_command_string||%TT has not been invited.||Patch 14||Examples
 +
 +
|- align="center"
 +
||uninvite_self||/string/en/||group.stf||internal_command_string||You cancel %TT's invitation.||Patch 14||Examples
 +
 +
|- align="center"
 +
||uninvite_target||/string/en/||group.stf||internal_command_string||%TT cancels the invitation.||Patch 14||Examples
 +
 
|}
 
|}
 
|}
 
|}

Latest revision as of 12:40, 7 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.


Navigation

Description

Group Creation (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 Body Notes Examples
disbanded /string/en/ group.stf internal_command_string The group has been disbanded. Message a player receives when the group leader uses the /disband command. Example
formed_self /string/en/ group.stf internal_command_string You have formed the group. Message a player receives when they first form a group after inviting a player/pet. Example
invite_target /string/en/ group.stf internal_command_string %TT invites you to join a group. Type /join to accept. Message a player receives when they invited to join a group. Example
decline_self /string/en/ group.stf internal_command_string You decline to join the group. Message a player receives when they decline an invite to join a group. Example
decline_leader /string/en/ group.stf internal_command_string %TT declines to join your group. Message a player receives when an invited player declines to join their group. Example
invite_leader /string/en/ group.stf internal_command_string You invite %TT to join your group. Message a player receives when they invite someone to join their group. Example
joined_self /string/en/ group.stf internal_command_string You have joined the group. Message a player receives when they accept invitation to join a group. Example
other_joined_prose /string/en/ group.stf internal_command_string %TU has joined the group. Message that the group receives when another player has joined the group. Example
other_left_prose /string/en/ group.stf internal_command_string %TU has left the group. Message that the group receives when a player leaves the group or is kicked by the group leader. Example
already_grouped /string/en/ group.stf internal_command_string %TT is already in a group. Patch 14 Examples
considering_other_group /string/en/ group.stf internal_command_string %TT is considering joining another group. Patch 14 Examples
considering_your_group /string/en/ group.stf internal_command_string %TT has already been invited to join your group. Patch 14 Examples
full /string/en/ group.stf internal_command_string You may not invite someone while your group is full. Patch 14 Examples
must_be_invited /string/en/ group.stf internal_command_string You must be invited to join a group. Patch 14 Examples
only_players_in_space /string/en/ group.stf internal_command_string You may only group with players in space. Patch 14 Examples
removed /string/en/ group.stf internal_command_string You have been removed from the group. Patch 14 Examples
still_waiting /string/en/ group.stf internal_command_string Still waiting for your group members... Patch 14 Examples
uninvite_no_target_self /string/en/ group.stf internal_command_string You must supply a target to uninvite. Patch 14 Examples
uninvite_not_invited /string/en/ group.stf internal_command_string %TT has not been invited. Patch 14 Examples
uninvite_self /string/en/ group.stf internal_command_string You cancel %TT's invitation. Patch 14 Examples
uninvite_target /string/en/ group.stf internal_command_string %TT cancels the invitation. Patch 14 Examples