ID:146461
 
When people play my game and they logout there mob is still in my game how can i go about this and fix it?

You can override mob/Logout() to delete the mob. =)
As YMI said, override the Logout() proc.
like this:
mob
Logout()
del(src)


O-matic