//Ticket
Jump to navigation
Jump to search
Bergerkiller (talk | contribs) (Prepared the page for translation) |
Bergerkiller (talk | contribs) No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
<translate> | <translate> | ||
== Description == <!--T:2--> | |||
== Description == | |||
<!--T:3--> | |||
The ticket sign is a simple money transfer and display system. It uses Vault to work on the account(s) of passenger(s) in a train. | The ticket sign is a simple money transfer and display system. It uses Vault to work on the account(s) of passenger(s) in a train. | ||
== Syntax == | == Syntax == <!--T:4--> | ||
</translate> | </translate> | ||
| Line 17: | Line 15: | ||
=== Second line === | === Second line === <!--T:5--> | ||
<!--T:6--> | |||
ticket, no other arguments. | ticket, no other arguments. | ||
=== Third line === | === Third line === <!--T:7--> | ||
<!--T:8--> | |||
''add'' to add money to the account, ''check'' to display the current money value to the player, ''buy'' to let the player buy a ticket and ''pay'' to let the user pay the owner(s) of the train. In the case of buying or paying, if the player can't buy a ticket, they are ejected from the train. To prevent the player re-entering the train, make sure player enter is disabled using a property sign as well. | ''add'' to add money to the account, ''check'' to display the current money value to the player, ''buy'' to let the player buy a ticket and ''pay'' to let the user pay the owner(s) of the train. In the case of buying or paying, if the player can't buy a ticket, they are ejected from the train. To prevent the player re-entering the train, make sure player enter is disabled using a property sign as well. | ||
=== Fourth line === | === Fourth line === <!--T:9--> | ||
<!--T:10--> | |||
In the case of add, buy or pay, the money value to add or the money value of the train ticket. | In the case of add, buy or pay, the money value to add or the money value of the train ticket. | ||
</translate> | </translate> | ||
Latest revision as of 09:41, 12 October 2025
Description
The ticket sign is a simple money transfer and display system. It uses Vault to work on the account(s) of passenger(s) in a train.
Syntax
Second line
ticket, no other arguments.
Third line
add to add money to the account, check to display the current money value to the player, buy to let the player buy a ticket and pay to let the user pay the owner(s) of the train. In the case of buying or paying, if the player can't buy a ticket, they are ejected from the train. To prevent the player re-entering the train, make sure player enter is disabled using a property sign as well.
Fourth line
In the case of add, buy or pay, the money value to add or the money value of the train ticket.
