ond
Veteran OT User
Hello otland! I'm requesting some help with my movement script. Let me explain how it works. When I stand where I stand (in the screenshot below), and walk south, a warlock shall be summoned (position I can set myself) and a magic wall will be created on the spot, but if I walk north, the warlock shall not spawn, but the mwall shall appear to block. Here is a screenshot of the room:
Here is my script so far:
I would be really, really, really thankfull if someone could spare some time and help me with this!
Thanks for now!
Here is my script so far:
LUA:
function onStepOut(cid, item, position, fromPosition)
doCreateItem(1497, 1, position)
creaturepos = {x=1211, y=588, z=12}
doSummonCreature("Warlock", creaturepos)
end
I would be really, really, really thankfull if someone could spare some time and help me with this!
Thanks for now!