Need Help Designing a Game with Checkpoints
by Howard University · in Technical Issues · 03/06/2006 (4:38 pm) · 1 replies
I am designing a game using the racing starter kit. I am having difficulties modifiying the checkpoint script so that when the car passes through the checkpoint it will increment a persons score. Also once i design this script how do I implement it into the game as a checkpoint.
About the author
Torque Owner Dirk "dirkk" Krause
... if(%obj.client.nextCheck == %trigger.checkpoint) { [b]messageAll('MsgClientScoreChanged', "", %obj.score, %obj);[/b] if(%trigger.isLast) ...