I wrote a script to use club back in time but it seems like the property for _clubEmTimeUsed is not working.
It seems to start at 0 and then no matter how many times "Club 'Em Back in Time" is used it stays at 0
This is the script that I am using.
if (get_property("_clubEmTimeUsed").to_int() < 5){
cli_execute("equip 1 legendary seal-clubbing club");
print("Club back in time used this many times: " + get_property("_clubEmTimeUsed").to_int());
}
It prints out zero uses even after I have used the skill successfully within my combat script.
Could be that I just wrote something wrong in the script I guess.. but I don't see what.
It seems to start at 0 and then no matter how many times "Club 'Em Back in Time" is used it stays at 0
This is the script that I am using.
if (get_property("_clubEmTimeUsed").to_int() < 5){
cli_execute("equip 1 legendary seal-clubbing club");
print("Club back in time used this many times: " + get_property("_clubEmTimeUsed").to_int());
}
It prints out zero uses even after I have used the skill successfully within my combat script.
Could be that I just wrote something wrong in the script I guess.. but I don't see what.