peq-quests/global/items/script_30054.pl
2015-03-14 16:18:39 -04:00

7 lines
No EOL
107 B
Raku

# Halloween scarecrow costume
sub EVENT_ITEM_CLICK {
if($itemid == 54689){
quest::playerrace(82);
}
}