View Single Post
  #7  
Old 10-03-2014, 09:39 PM
Asylum
Sarnak
 
Join Date: Jun 2013
Posts: 81
Default

quest::summonitem(1001);

works just fine. It summons the given item number and places it on the cursor of the client who initiated the EVENT_... that the command is listed under. If the NPC no longer has a $client as a target (i.e. engaged in conversation or focused on) it will fail because there is no client to summon the item for.

According to your script, you would not receive the item upon the final turnin, that only sets the qglobal to 8. Now the client would need to say "weapon" one more time to activate the summonitem command.
Reply With Quote