mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
8 lines
No EOL
242 B
Raku
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
|
|
} |