Jump to content

WTF - editor cant save : set rrcomgrcount to (rrcomgrcount-1)


romeck

Recommended Posts

float rrcomgrcount

set rrcomgrcount to (rrcomgrcount-1)

 

what is not good with the 2nd line that editor do not want to save ?

 

 

what is block?

 

whole script look like this:

 

ScriptName RRXPAdjuster

ref rTarget

 

BEGIN gamemode

 

 

float storedXP

float rrhealth

float rx,ry,rz

float rrhl

float rrco

float rrsm

float rrtsm

float xp

float w1

float w2

float w3

float w4

float rrwum

float rrwuu

float rrwumax

float rrwm

float rrspm

float rrdrm

float rrwmax

float rrwmlast

float rrnpcm

float rrlv

float rrhpbase

int rrxp

int rrczyxp

float rrcomcount

float rrcomgrcount

int rrint

 

 

set rrcomcount to player.GetGroupTargetCount

 

set rrcomcount to pow 1.08 rrcomcount

 

;set rrcomgrcount to player.GetGroupMemberCount

set rrcomgrcount to (rrcomgrcount-1)

;set rrcomgrcount to (1/(pow 1.15 rrcomgrcount))

END

Link to comment
Share on other sites

Probably doesn't like this:

 

float rx,ry,rz

 

also, GetGroupTargetCount and GetGroupMemberCount, when called on the player, are not likely to give you anything useful.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...