Synergy
New Member
- Joined
- Nov 24, 2011
- Messages
- 334
- Reaction score
- 0
Whats wrong with this script?
function onStepIn(cid, item, position, lastPosition, fromPosition, toPosition, actor)
config = {
storage = 34344,
if(getPlayerStorageValue(cid, config.storage) > 0) then
doCreatureSay(cid, "Welcome adventurer!", TALKTYPE_MONSTER)
doSendMagicEffect(getCreaturePosition(cid), CONST_ME_POFF)
setPlayerStorageValue(cid, config.storage, 1)
end
end