EvoSoft
Is Da Mapper
Can someone make it for me? I've been searching for one, but haven't found one ;/
I guess it's simple..
if item.uid = 15848 then playerSetStorageValue(1994, cid)
elseif item.uid = 15849 then playerSetStorageValue(1995, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15850 then playerSetStorageValue(1996, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15851 then playerSetStorageValue(1997, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15852 then playerSetStorageValue(1998, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
Now you might wonder why I don't create it myself?
I only know these "commands" or w/e it's called.. not how to build it up myself :/
I guess it's simple..
if item.uid = 15848 then playerSetStorageValue(1994, cid)
elseif item.uid = 15849 then playerSetStorageValue(1995, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15850 then playerSetStorageValue(1996, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15851 then playerSetStorageValue(1997, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
elseif item.uid = 15852 then playerSetStorageValue(1998, cid)
doPlayerSendTextMessage("You have completed xxx, enter the teleport to face xxx", TEXT_ORANGE1)
Now you might wonder why I don't create it myself?
I only know these "commands" or w/e it's called.. not how to build it up myself :/
Last edited: