Quote:
Originally posted by Python523
It works fine except now I've run into another problem, I want it to destroy after it reaches 100% but I can't get that to work
if (strequals(#s,server.roastdone=100)) {hide}
that's what I thought would work but it doesn't
|
if (strequals(#s(server.roastdone),100)) {hide;}
#s is a messagecode..it needs an argument, and you don't need that semi-colon in gscript in the last line of a block, but you should have it there anyway...I almost wish Stefan would make it so that you
do need that last semi-colon...