I seem to be having a lot of problems using the task system. I used KLS's task creator to make my task. I can get the task now, but it will crash the zone as soon as I get it. Here is the quest for the person who assigns it:
Code:
sub EVENT_SAY{
if ($text=~/hail/i){
quest::say("Text");
}
if ($text=~/Text/i){
quest::assigntask(20);
quest::spawn(1243,0,0, 602, 1778.6, 0.5);
quest::spawn(1243,0,0, 303.8, 1815.4, -3.5);
quest::spawn(1243,0,0, 24.2, 1868.8, -0.0);
quest::spawn(1242,0,0, 628, 1359.1, 4.0);
quest::spawn(1242,0,0, 188.6, 1285.2, 0.5);
}
}