Shadowrun[EQ] |
04-12-2003 12:49 PM |
Multiple Item turn in problem
I usually don't like to ask for help, like to figure things out on my own, but this might be over my head due to my lack of knowledge on scripting.
I'm trying to make where you have to turn in 4 items and it will cause the npc to say a brief message and hand you an item. This is what I have, but it's not working.
Quote:
EVENT_ITEM{
if ($item0 == "16178" && $item1 == "16178" && $item2 == "16178" && $item3 == "16178") { say("You have completed the first task. The [second task] will prove to be a little more
difficult.") && summonitem(23452)}
}
|
All and any help is greatly appreciated. I have a feeling it's something really simple and i'm just missing it. I figure with other's help I'll learn something new and get this figured out. Thanks!
|