Interface 'GamePoints'

Play Now

lina

LOMCN Veteran
Veteran
Loyal Member
Jul 28, 2010
283
5
45
Poland
Hi i wanted to ask a simple question if on the king interface the system of gamepoints next to gold really works?

And if it does, how do i make it count the integrals or these game points?

here is the ss to show what i mean:
03_13_11-22_25_34_Mir3.jpg
 

lina

LOMCN Veteran
Veteran
Loyal Member
Jul 28, 2010
283
5
45
Poland
I have made a very simple script to check if it really does work. When it should show the gamepoints on the menu it doesnt even after relog.

here is the simple script:

[@main]
#say
{FCOLOR/12} test {FCOLOR/1}\

<start/@start>\
<start2/@start2>\

[@start]
#IF
checkitem benedictionoil 1
#ACT
take benedictionoil 1
Actcmd setuserjf +10
#ELSESAY
You do not have what i have asked for\


[@start2]
#IF
checkitem benedictionoil 1
#ACT
take benedictionoil 1
setuserjf +10
#ELSESAY
You do not have what i have asked for\

}
;;;;;;;;;;;;;;;;;;;


Im not good in scripting, i have made 2 scripts to check if meybe its different way of writing it. Both of them dont work. Can some 1 write the #act how it should look like so it gives me the points?

Big thanks guys
 
Last edited:
Upvote 0