Is this right? I want them to get the item when they say the key phrase deliver.
Quote:
EVENT_ITEM {
if ($1- =~ "deliver")
say(Well this must be my lucky day, you are turning out to be very helpful. Here's the supplies. You should be able to find Anval fishing near the old pier. Now, if you'll excuse me, I need to check with my runners. The nobleman's daughter is days overdue now. I hope nothing serious has happened.');
summonitem(20014,0);
|
or should I have it in Event_Say? can I have summonitem in event_say?
-Z