View Single Post
  #1  
Old 08-28-2006, 01:58 PM
jeffpuff
Fire Beetle
 
Join Date: Jul 2006
Posts: 20
Default PC input into quest

Is there a way I can use and item number spoken by a pc as the input for quest::summonitem() example:

Code:
sub EVENT_ITEM
{
   if ((itemcount, 99999 = 1))
    {
      quest:say("Very well, tell me the item you desire")
    }
      quest::summonitem(this is where I want the PC input));
    }
}
Jeff
Reply With Quote