ID:170303
 
mob/NPC/Trainer
text = "<font color=#5D478B>@</font>"
Click()
src<<"Hello!"


How can i get the trainer to interact with the player in text mode. Click() is not working.

~>Jiskuha
Hehe, it's not working because you're not using "usr". :p
Also, you don't need to close your tags in the text thingie.
In response to Hell Ramen
Argh, I was working with procs a few seconds before i switched over to this. I guess i over looked that part. Problem solved =-p,Silly mistake. Thanks Ramen!

~>Jiskuha
Use a macro that calls an interaction to mobs procedure, which interacts with whatever's infront of it.