Page 1 of 1
Cannot find field think
Posted: Mon Aug 18, 2008 12:18 am
by Danimita92
Hi everybody. I was trying to script a "scripted weapon" and tried using the self.think variable to give the weapon firerate. But when I try it, it says something like "Cannot find field think" or something like that, I can't really remember, since it was on a different computer
Re: Cannot find field think
Posted: Mon Aug 18, 2008 12:37 am
by Juutis
self.think is used to move between orders. self.ThinkTime is the variable that controls how often the order is executed.
Re: Cannot find field think
Posted: Mon Aug 18, 2008 12:39 am
by Danimita92
Oh, yeah, sorry, I got them confused. It was "cannot find field ThinkTime"