Author Topic: One Man Army Miniboss Shop  (Read 1363 times)

I am wondering what are the events to make a point shop in One Man Army with your score which you get from hurting the boss etc. The points use your score. I have VCE and addItem so please tell me how to make a point shop

Use
Onactivate>client>ifvalue><var:client:score> >=  (COST)
Iftrue>player>additem>item
iffalse>client>centerprint> <color:ffffff><font:arial:20>You can not afford this item! It costs <color:00ffff> (COST)

Fill in the gaps since these aren't the precise event names.

Use
Onactivate>client>ifvalue><var:client:score> >=  (COST)
Iftrue>player>additem>item
iffalse>client>centerprint> <color:ffffff><font:arial:20>You can not afford this item! It costs <color:00ffff> (COST)

Fill in the gaps since these aren't the precise event names.

Wait how do I make it to remove the points? Everything else works :) thanks

Wait how do I make it to remove the points? Everything else works :) thanks

Client -> incScore -20