Thread: Triggeraction
View Single Post
  #9  
Old 10-21-2001, 11:07 PM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by TDO2000
ok hmmm u mean something like this I think:
if (actionname) {
namedone = strtofloat(#s(server.namedone))+1;
setstring server.namedone,#v(namedone);
message #s(server.namedone)%;
}

this should work like u want it =)
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
Reply With Quote