mirror of
https://github.com/Xevion/expression-2.git
synced 2026-01-31 10:24:16 -06:00
changed printer bank managed comment to ! prefix
This commit is contained in:
@@ -4,15 +4,15 @@
|
|||||||
@trigger
|
@trigger
|
||||||
|
|
||||||
# Chat Commands
|
# Chat Commands
|
||||||
# &tax <float> - Moves the tax to a certain level. 1.00 = +100%. Can be negative.
|
# !tax <float> - Moves the tax to a certain level. 1.00 = +100%. Can be negative.
|
||||||
# &clearinv - Forcefully clear selected items
|
# !clearinv - Forcefully clear selected items
|
||||||
# &cleargui - Move to main menu
|
# !cleargui - Move to main menu
|
||||||
# &clearall - clearinv & cleargui combined
|
# !clearall - clearinv & cleargui combined
|
||||||
# &time <time> - Set the current contract time (in hours).
|
# !time <time> - Set the current contract time (in hours).
|
||||||
# &sumcost - Print the raw cost of buying the selected items.
|
# !sumcost - Print the raw cost of buying the selected items.
|
||||||
# &sumtax - Print the inflicted payment upon buying the select items.
|
# !sumtax - Print the inflicted payment upon buying the select items.
|
||||||
# &sumcontract - The amount of money paid upon contract signature.
|
# !sumcontract - The amount of money paid upon contract signature.
|
||||||
# &name <name> - Sets the name of the Shop to the specificed name. Useful in-case of long names.
|
# !name <name> - Sets the name of the Shop to the specificed name. Useful in-case of long names.
|
||||||
|
|
||||||
# Begin program intervals, timers etc.
|
# Begin program intervals, timers etc.
|
||||||
runOnChat(1)
|
runOnChat(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user