Game Development Community

Need Help Designing a Game with Checkpoints

by Howard University · in General Discussion · 03/07/2006 (6:59 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.

#1
03/09/2006 (7:51 am)
Incriment a propery on the player in a custom triggers' onenter method . implementing is coding it and placing the cutom trigger in a mission

Good luck