mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
No EOL
105 B
Raku
7 lines
No EOL
105 B
Raku
# Halloween zombie costume
|
|
|
|
sub EVENT_ITEM_CLICK {
|
|
if($itemid == 54687){
|
|
quest::playerrace(471);
|
|
}
|
|
} |