Difference between revisions of "Jubilee Wheel (Game Messages)"

From SWGANH Wiki
Jump to: navigation, search
(New page: {{PageHeader|Game Messages|Jubilee Wheel}} {| border="0" width="100%" cellpadding=6 |- |valign=top| =Navigation= {| align="center" width="280px" |- || {{Auction (Mess)}} {{Banking (Mess)}...)
 
(System Messages)
Line 60: Line 60:
 
|-
 
|-
 
||
 
||
 +
{| class="anhsmalltable"
 +
|- align="center" style="background-color:#ffffcc;"
 +
|width="100px"|'''ID'''||'''Path'''||'''Filename'''||'''Trigger'''||'''Message'''||'''Notes'''||'''Examples'''
  
 +
 +
|- align="center"
 +
||bet_failed_amt
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||You have entered an invalid amount. Please try again.
 +
||Message a player receives if they attempt to enter any value or character using the /bet command that isnt within the range of 1-3.
 +
||[[Jubilee Wheel 1 (Example)|Example]]
 +
 +
|- align="center"
 +
||prose_pay_success
 +
||/string/en/
 +
||base_player.stf
 +
||internal_command_string
 +
||You successfully make a payment of %DI credits to %TT.
 +
||Message sent to a player when they make a payment to the gambling machine.
 +
||
 +
 +
|- align="center"
 +
||player_broke
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||You do not have any money to bet.
 +
||Probably message sent to a player attempts to issue a bet when do not have enough credits to initiate one.
 +
||
 +
 +
|- align="center"
 +
||prose_payout
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||You receive a payout of %DI bank credits!
 +
||Message sent to a player to notify them of their winnings.
 +
||
 +
 +
|- align="center"
 +
||prose_player_join
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||You join the station for a game of %TO.
 +
||Message sent to a player that notifies them that they have joined the gambling machine to play a game.
 +
||
 +
 +
 +
 +
|- align="center"
 +
||prose_player_leave
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||You leave the %TO station.
 +
||Message sent when the player chooses the leave station option on the radial menu or closes out the betting sui windows.
 +
||
 +
 +
 +
 +
 +
|- align="center"
 +
||place_bets
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||Place your bets!
 +
||Notes
 +
||
 +
 +
 +
|- align="center"
 +
||prose_player_join_other
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||%TT joins the table.
 +
||Notes
 +
||
 +
 +
 +
|- align="center"
 +
||prose_player_leave_other
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||%TT leaves the table.
 +
||Notes
 +
||
 +
 +
 +
|- align="center"
 +
||prose_result_change
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||The selector pops at the last minute and comes to a stop on %TT (%TO).
 +
||Notes
 +
||
 +
 +
 +
 +
|- align="center"
 +
||prose_starting_in
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||The next game begins in %DI seconds.
 +
||Notes
 +
||
 +
 +
 +
 +
|- align="center"
 +
||prose_wheel_slow
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||The wheel slows down and it appears the number will be... %TT (%TO).
 +
||Notes
 +
||
 +
 +
 +
 +
|- align="center"
 +
||wheel_begin_slow
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||The wheel begins to slow down...
 +
||Notes
 +
||
 +
 +
 +
 +
|- align="center"
 +
||wheel_spin
 +
||/string/en/gambling/
 +
||default_interface.stf
 +
||internal_command_string
 +
||The wheel begins to spin...
 +
||Notes
 +
||
 +
 +
|}
 
|}
 
|}

Revision as of 18:47, 29 June 2009

Game Messages - Jubilee Wheel

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

Jubilee Wheel (Game Messages)

Related Tags

25% This document has been partially completed.

Game Messages This document refers to internal SWG Messages.

System Messages

ID Path Filename Trigger Message Notes Examples


bet_failed_amt /string/en/gambling/ default_interface.stf internal_command_string You have entered an invalid amount. Please try again. Message a player receives if they attempt to enter any value or character using the /bet command that isnt within the range of 1-3. Example
prose_pay_success /string/en/ base_player.stf internal_command_string You successfully make a payment of %DI credits to %TT. Message sent to a player when they make a payment to the gambling machine.
player_broke /string/en/gambling/ default_interface.stf internal_command_string You do not have any money to bet. Probably message sent to a player attempts to issue a bet when do not have enough credits to initiate one.
prose_payout /string/en/gambling/ default_interface.stf internal_command_string You receive a payout of %DI bank credits! Message sent to a player to notify them of their winnings.
prose_player_join /string/en/gambling/ default_interface.stf internal_command_string You join the station for a game of %TO. Message sent to a player that notifies them that they have joined the gambling machine to play a game.


prose_player_leave /string/en/gambling/ default_interface.stf internal_command_string You leave the %TO station. Message sent when the player chooses the leave station option on the radial menu or closes out the betting sui windows.



place_bets /string/en/gambling/ default_interface.stf internal_command_string Place your bets! Notes


prose_player_join_other /string/en/gambling/ default_interface.stf internal_command_string %TT joins the table. Notes


prose_player_leave_other /string/en/gambling/ default_interface.stf internal_command_string %TT leaves the table. Notes


prose_result_change /string/en/gambling/ default_interface.stf internal_command_string The selector pops at the last minute and comes to a stop on %TT (%TO). Notes


prose_starting_in /string/en/gambling/ default_interface.stf internal_command_string The next game begins in %DI seconds. Notes


prose_wheel_slow /string/en/gambling/ default_interface.stf internal_command_string The wheel slows down and it appears the number will be... %TT (%TO). Notes


wheel_begin_slow /string/en/gambling/ default_interface.stf internal_command_string The wheel begins to slow down... Notes


wheel_spin /string/en/gambling/ default_interface.stf internal_command_string The wheel begins to spin... Notes