Home   Help Search Login Register  

Author Topic: if player has rating  (Read 539 times)

0 Members and 1 Guest are viewing this topic.

CooK

  • Guest
if player has rating
« on: 21 Nov 2002, 23:01:10 »
yea im maiing a map to where if a player has a rating X will happen

my quasttions is what is the script line to check the rating?

like

player1 rating =1 in condition??

how could i do this?

Offline Tomb

  • Contributing Member
  • **
  • in2 Metal? Go 2 my sig
Re:if player has rating
« Reply #1 on: 22 Nov 2002, 00:42:13 »
well, don't kille me if Im all wrong here, but I belive it's as simple as this:

Name the guy "Rob" in the name field, right?!
Ya could Set a start-rating from yer INIT field, i.e. :  "THIS ADDRATING 0"

Then try a trigger :

Cond. :  Rating Rob == 12

So it will prolly fire when Rob has got 12  :-*

ya could try & test it with another trigger :

Rob addRating 12

...or alike  :P hope it's true  ::) ;D


CooK

  • Guest
Re:if player has rating
« Reply #2 on: 22 Nov 2002, 00:52:11 »
THANK YOU, it worked.