Magictibiaman
New Member
- Joined
- May 25, 2009
- Messages
- 371
- Reaction score
- 0
i keep getting error that this event could be completely properly
it functions it just has some errors
it functions it just has some errors
Code:
function onThink()
local hint = {
"Type /commands for a list of commands.",
"Type !buypremmium become a premium member.",
"Promotion level 400 quest.",
"You can new get outfits by completing outfit quests.",
"You can suggest a hint to ZOR and earn 100 cc's if Zor likes it."
}
doBroadcastMessage(hint[math.random(1,5)])
end