jaroen2
New Member
i want that when i use a lever that a handmaiden will spawn.
This is the script:
i hope someone can help me with it or just post a better one
yours, jaroen2
This is the script:
function onUse(cid, item, fromPosition, itemEx, toPosition)
local leverPos = {x=1521, y=997, z=7, stackpos=1}
local lever = getThingfromPos(leverPos)
if getThingfromPos(leverPos) then
doSummonCreature ("The Handmaiden", x=1521, y=997, z=7,);
doPlayerSendTextMessage(cid,22,"The Handmaiden has been released!")
end
return true
end
i hope someone can help me with it or just post a better one
yours, jaroen2