Home   Help Search Login Register  

Author Topic: Points?  (Read 447 times)

0 Members and 1 Guest are viewing this topic.

Echo Commando

  • Guest
Points?
« on: 27 Aug 2003, 03:06:32 »
Hey me again with 2 noob questions...
How do i add points?
How do i end the game when a certian amount of points has been reached?

SheepOnMintSauce

  • Guest
Re:Points?
« Reply #1 on: 27 Aug 2003, 03:30:39 »
Use

Quote
unit addRating number

Operand types:
unit: Object
number: Number
Type of returned value:
Nothing
Description:
Add number to unit rating. This is usually used to reward for completed mission objectives. Rating for killed enemis and killed friendlies is adjusted automatically. When rating is lower than zero, unit is consider "renegade" and is enemy to everyone.

Example:
player addRating 1000

Or

Quote
unit addScore score

Operand types:
unit: Object
score: Number
Type of returned value:
Nothing
Description:
MP only: add unit score. This is shown in the "I" MP screen as total.

Example:
player addScore 10

Echo Commando

  • Guest
Re:Points?
« Reply #2 on: 27 Aug 2003, 03:34:33 »
i mean like East: 1 West: 1 Type scoring....
and how do you end the game when a side reaches a certian amount of points IE: West win with 60 Pts er sumthin like that


(Ya i'm a no0b so i can ask dumb questions ^)