Hello, brand new Skripter here. I'm making a small server shop and I've run into an issue with variables. When I set up variables like this:
Everything works, fine....BUT if I want to change for example {_diamondprice} to 200, it will not change. I save, reupload to server and /skript reload the script, but the variable continues to read 300.
I have read up on variable usage and searched the forums, but can't seem to find any reference to this. What am I missing? Thanks!
Skript Version: Skript 2.2 (dev25)
Skript Author: Bensku
Minecraft Version: 1.11
code_language.skript:
variables:
{_diamondprice} = 300
{_ironprice} = 33
{_goldprice} = 158
{_excprice} = 1000
Everything works, fine....BUT if I want to change for example {_diamondprice} to 200, it will not change. I save, reupload to server and /skript reload the script, but the variable continues to read 300.
I have read up on variable usage and searched the forums, but can't seem to find any reference to this. What am I missing? Thanks!
Skript Version: Skript 2.2 (dev25)
Skript Author: Bensku
Minecraft Version: 1.11
Last edited: