ID:172616
Apr 18 2004, 2:59 am
|
|
like when you click on them a box comes up telling you what they are saying
|
Copyright © 2024 BYOND Software.
All rights reserved.
mob/NPC
messagetosay = "This is what the mob is saying"
Click()
alert(usr,messagetosay)
..()
That is one simple way to do it
-Lutelian