ID:176960
![]() Nov 24 2002, 1:25 pm
|
|
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?
|
I already gave you an example. But, here you go:
mob/NPC/whatever/verb/Talk() set src in oview(1) alert("Blah","Blah","Whatever") |
i dont get that i mean put in stuff beside Blah Blah and whatever i mean put in what it should be.....
|
set src in oview(1)
alert("BLAH","BLAH","Whatever")