Skript: 2.4 beta
Spigot: 1.14.1
Console error none
Code
So this is display on the attackers chat (saying the damage deal to the victim is 2)
+$2
Then
+$22
Then
+$222
And keep going like this
And if I use this code
This one displays on the attacker chat (saying the damage deal to the victim is 2)
2
2
2
2
Spigot: 1.14.1
Console error none
Code
Code:
On damage:
If {vd::%attacker} is true:
Set {_money} to damage * {mboost::%player%} #(moneyboost = 1)
Message "+$%{_money} %" to attacker
Set {money.%attacker%} to {money.%attacker%} + {_money}
So this is display on the attackers chat (saying the damage deal to the victim is 2)
+$2
Then
+$22
Then
+$222
And keep going like this
And if I use this code
Code:
On damage:
If {vd::%attacker} is true:
Set {_money} to damage * {mboost::%player%} #(moneyboost = 1)
Message "%{_money} %" to attacker
Set {money.%attacker%} to {money.%attacker%} + {_money}
2
2
2
2