few commands

solvent

LOMCN Veteran
Veteran
Jul 24, 2006
457
0
63
On The Sun
just want to no if / what are the commands for things such as..

to check if u are wearing a item ?

also on P69 they got items u need "CreditPoints" to wear.. how do u get this working please?

ty for all help.
 

Spoon666

LOMCN Veteran
Veteran
Feb 12, 2005
292
0
63
South West Wales
I would do that using the [@TakeOnItem(ItemName] command in QFunction.txt. CreditPoint is probably GamePoint so it would be

[@TakeOnItem(ItemName)]
#IF
CHECKGAMEPOINT > 199
#ACT
break
#ELSEACT
SENDMSG 6 "You need 200 GamePoints to wear"
TAKEW ItemName 1
GIVE ItemName 1

It would go somehing like that
 
Upvote 0

andykid131

Golden Oldie
Golden Oldie
Mar 16, 2006
621
3
53
135
If you put a certan number in FLD_NEED it makes the item use credit points insted of a requierd level... then in the FLD_LEVEL u put how many credit points u would like the item to requiere

hope it helps
 
Upvote 0