ID:149923
 
see quick how do i do them
Look up Login() and alert().


-Rcet
In response to Rcet
client.New() is a better place for opening messages. client.New() occurs each time the player connects to a world. mob.Login() occurs each time the player switches mobs, which can happen several times during a game session.
In response to Rcet
Rcet wrote:
Look up Login() and alert().

I'd heartily advise newbies against using alert(). In fact I'd advise anyone against it; it's one of the nastiest things you can put in a game.

Lummox JR
In response to Shadowdarke
client.new ahh iv never herd that one. I think ill test it out a little. Oh is there something like that for logout?
In response to Scoobert
client/Del()