• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

[Creature Script] registerEvent

Chinelo

New Member
Joined
Sep 16, 2010
Messages
38
Reaction score
2
I like to know if i need to register the event to:

login and logout

or only for the others
 
What do you mean? Are you asking if you are restricted to this?

Code:
function onLogin(cid)

If so, no. You can use others like

Code:
function onAdvance(cid, skill, oldLevel, newLevel)
or
Code:
function onReceiveMail(cid, sender, item, openBox)
 
Back
Top