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