MysticCity / Ancient

http://dev.bukkit.org/bukkit-plugins/ancient-rpg/
4 stars 6 forks source link

Copy variable doesn't work #144

Open MysticCity opened 9 years ago

MysticCity commented 9 years ago

CopyVariable does not copy the information from one variable to the other variable.

Example:

var cookieP = 1 Wait, 50 var cookieG = 5 Wait, 50 CopyVariable, cookieP, cookieG Wait, 50 SendMessage, Player, cookieG

Message comes out as: "5.0"