Thread: Triggeraction
View Single Post
  #11  
Old 10-21-2001, 11:33 PM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
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...
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote