function onLogin(cid)
local storage = 7674
if getAccountNumberByName(getCreatureName(cid)) ~= 1 then
if getPlayerStorageValue(cid, storage) == -1 then
setPlayerStorageValue(cid, storage, 1)
doShowTextDialog(cid, 1984, "Welcome to ....")
end
end
return true
end