mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
4 lines
92 B
Raku
4 lines
92 B
Raku
sub EVENT_AGGRO {
|
|
quest::emote("something touch your foot?");
|
|
quest::depop_withtimer();
|
|
}
|