iv made & wroute a npc script for a mob in HeavenSent but the npc dosent take the item (QueensKey)
script below...
[@main]
Welcome to my little room <$Username>\
I can Summon you the mighty ZumaQueen if you have the key\
to unlock my summoning powers.\
Do you have the key?\
\
<I have the QueensKey./@key> <Id like to leave./@exit>
[@key]
#IF
Checkitem QueensKey 1
#ACT
TakeItem QueensKey 1
Give TOWNTELEPORT
#ACT
Mob ZumaQueen 1
#ELSESAY
Good Luck.
<EXIT/@exit>\
-------------------------------
allso still need help with this ty ...
http://www.lomcn.co.uk/forum/showthread.php?t=40996
/HS
script below...
[@main]
Welcome to my little room <$Username>\
I can Summon you the mighty ZumaQueen if you have the key\
to unlock my summoning powers.\
Do you have the key?\
\
<I have the QueensKey./@key> <Id like to leave./@exit>
[@key]
#IF
Checkitem QueensKey 1
#ACT
TakeItem QueensKey 1
Give TOWNTELEPORT
#ACT
Mob ZumaQueen 1
#ELSESAY
Good Luck.
<EXIT/@exit>\
-------------------------------
allso still need help with this ty ...
http://www.lomcn.co.uk/forum/showthread.php?t=40996
/HS
Last edited:
