Page 1 of 1
Adding Scoring System and Time limit to a game
Posted: Wed Apr 11, 2007 2:38 am
by Alex
I am new to reality factory i am working on a game that you have to kill all the robots and get out before the time runs out
Any Help is greatly appriciated
Posted: Wed Apr 11, 2007 3:48 am
by QuestOfDreams
Use attributes for your scoring system. They can be modified via the ModifyAttribute entity or several script commands.
Time limits can be realized with the CountDownTimer entity or by using a script and the AddTimerOrder scipt command.
More information about attributes, entities and scripting can be found in the RF docs.
Thanks
Posted: Thu Apr 12, 2007 12:45 am
by Alex
Thanks Quest of Dreams