Help with events
Hey,
I'm wondering if anyone can help me. I am trying to get an event to happen if my character says a certain phrase at a certain location. There is no mob to target, so I can't put this in a mob file. I am assuming I'd have to place this code in the player.pl file. here is what I want, but it's just not working... Code:
sub EVENT_SAY{ Can anyone help me with this ? Thank you |
EVENT_SAY isn't triggered as a player quest event, so that code will never execute. Probably the easiest way to do what you want is to create an invisible npc in the area that you want to use.
Then, in that npc's script, create a proximity for the area you want the player to be in and use the EVENT_PROXIMITY_SAY event to trigger when someone says that text without needing to target the npc. |
Hmmm.... well, what I really want to do is spawn an NPC there anyway, so if I make him invisable from the start, I can do as you suggested, and then make him visiable when the text is said... Thanks this helps :)
|
Ok, sorry to be a bother, but can someone tell me what script file I'd need to use / write to spawn a npc in a zone ?
I'm thinking default.pl, but I'm not sure Thanks |
All times are GMT -4. The time now is 03:09 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.