| 
				 Npc Casting 
 Hey guys!
 I just have a question regarding npc channeling.
 I have been writing this perl port quests for an npc.
 
 Player tells npc something and i want this npc to cast a portspell.
 The thing is that the npc casts it instant. There is no casting time for some reason.
 What should i do to force the npc to channel the spell instead of an insta translocation.
 
 {quest::selfcast("####"); }
 
 Any info is appreciated
 Thx
 |