mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 11:48:37 +00:00
svn -> git Migration
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
sub EVENT_SAY {
|
||||
if($text=~/despawn/i)
|
||||
{
|
||||
quest::disable_spawn2(10842);
|
||||
quest::say("Yes sir!");
|
||||
}
|
||||
elsif($text=~/enable/i)
|
||||
{
|
||||
quest::enable_spawn2(10842);
|
||||
quest::say("Yes sir!");
|
||||
}
|
||||
elsif($text=~/spawn/i)
|
||||
{
|
||||
quest::spawn_from_spawn2(10842);
|
||||
quest::say("Yes sir!");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user