View Single Post
  #2  
Old 11-27-2011, 02:50 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Both work fine for me when used like this:

Code:
sub EVENT_SAY
{
	my $cookieid = quest::varlink(19732);
	quest::say("Yum, [$cookieid]");
	quest::itemlink(19732);
}
Hard to say why it might be crashing for you. You'll probably need to debug it to see where it crashes for anyone to help you.
Reply With Quote