peq-quests/unrest/Casper.pl
2019-03-25 19:12:38 -05:00

8 lines
No EOL
242 B
Raku

sub EVENT_SPAWN {
quest::shout("Casper, the friendly ghost. The friendliest ghost you know...");
}
sub EVENT_DEATH_COMPLETE {
quest::shout("That wasn't very friendly...");
quest::spawn2(63103,0,0,-65,703,11.7,0); # NPC: Evil_Brain_Eater
}