Answers for "skript variables"

0

skript variables

# simple money command using variables
money = 0

# bal
command /bal <player>
	trigger:
    	message "%{money.%arg-1%}% to player

# money cheat
command /money <player> <integer>:
	permission: op
    trigger:
        increase {money.%arg-1%} by arg-2
Posted by: Guest on June-11-2021
-1

skript variables

# Location variable
set {loc} to location of player
Posted by: Guest on January-07-2021
0

skript variables

# simple money command using variables
money = 0

# bal
command /bal <player>
	trigger:
    	message "%{money.%arg-1%}% to player

# money cheat
command /money <player> <integer>:
	permission: op
    trigger:
        increase {money.%arg-1%} by arg-2
Posted by: Guest on June-11-2021
-1

skript variables

# Location variable
set {loc} to location of player
Posted by: Guest on January-07-2021

Browse Popular Code Answers by Language