Help Scripting
function onUse(cid, item, frompos, item2, topos)
if item.uid == 8005 and item.itemid == 1945 then
player1pos = {x=1135, y=988, z=10, stackpos=253}
player1 = getThingfromPos(player1pos)
player2pos = {x=1134, y=989, z=10, stackpos=253}...