So basically I created an item where once clicked, it gives you an AA and poofs. Only problem is, item poofs just fine but grants no reward...
	Code:
	sub EVENT_ITEM_CLICK {
	if($itemid == 1813){
	quest::emote("You have Gained an AA!!");	
		$client->AddAAPoints(1);} 
}