-TFF- NEO 0 Posted January 19, 2002 What is wrong with my game? I type setAccTime 0.10 in my unit's initzilation field, and when i press OK the game gives me an error message, saying Unknown operator setAccTime. Help, please Share this post Link to post Share on other sites
amos m 0 Posted January 19, 2002 I think it's because you put it in a unit's field. Put it in a trigger. And try Mission Editing next time dude, as I'm pretty sure this'll get moved there anywayz. Share this post Link to post Share on other sites
Fenix83 0 Posted January 20, 2002 No, you can put it in a unit init field. Just dont write : this SetAccTime 1 but just SetAccTime 1 Share this post Link to post Share on other sites
-TFF- NEO 0 Posted January 20, 2002 </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">I think it's because you put it in a unit's field. Put it in a trigger.<span id='postcolor'> Trigger? There isn't a initzilation field in the trigger window. So where should I put it? I put it in Condition like this: this setAccTime 0.1 Still got Unknown operator-shit. Also tried: this setAccTime 0.10 Still got Unknown operator... Share this post Link to post Share on other sites
russin 0 Posted January 21, 2002 no put in the on activation field Share this post Link to post Share on other sites
Fenix83 0 Posted January 21, 2002 PUT IT EVERYWHERE YOU WANT BUT DONT TYPE this SetAccTime 0.1 TYPE SetAccTime 0.1 WITHOUT "this" Share this post Link to post Share on other sites
-TFF- NEO 0 Posted January 21, 2002 Thanks alot for the answers, it works now It's very cool. Share this post Link to post Share on other sites