ID:176960
 
how do i make it if im standing by an NPC named Locke that a Talk command appears and the NPC has an alert that says somethin?
mob/NPC/whatever/verb/Talk()
set src in oview(1)
alert("BLAH","BLAH","Whatever")
In response to Garthor
um how i make the guy name Locke a npc?
In response to Leahcim
By keeping his key variable equal to null.
In response to Garthor
ok but i got near him and no Talk appeared.....
In response to Leahcim
Then you messed something up.
In response to Garthor
um ok give me it again but with an example ok?
In response to Leahcim
I already gave you an example. But, here you go:

mob/NPC/whatever/verb/Talk()
set src in oview(1)
alert("Blah","Blah","Whatever")
In response to Garthor
i dont get that i mean put in stuff beside Blah Blah and whatever i mean put in what it should be.....
In response to Leahcim
Instead of pestering me about it, you could try looking at the reference. There's a help file in DM for a reason, you know.