Game Development Community

Object tick

by mb · in Torque Game Engine Advanced · 08/05/2007 (3:10 pm) · 1 replies

I have an static object that I spawn. I want that object, while it's turned on and not destroyed, to increment a global variable. Sounds so easy but I haven't figured it out yet... I've tried creating a function in the object, and also a server command and tried scheduling it but it never gets called. Any help is appreciated. TIA.

#1
08/05/2007 (6:32 pm)
Nervermind I got it working finally. =)