Game Development Community

Timed Score Increase

by Ben Pagel · in Torque Game Engine · 02/07/2009 (9:02 am) · 1 replies

I'm looking for some help in scripting a timer that will increase the score of the player holding a specific item at an interval of 30 seconds. I can't seem to find any similar script here to base my project on.

I also need some script to respawn the item when the player holding it dies.

I'm very new to Torque, so be gentle.

About the author


#1
02/18/2009 (8:49 pm)
I've got a repeating timer working, but I can't figure out how to award points to the player(s) holding the item, since there are no triggers to pass on the variable of the player. Anyone have any ideas? I have everything else working but this.