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

8 lines
No EOL
135 B
Raku

# Halloween male troll costume
sub EVENT_ITEM_CLICK {
if($itemid == 54703){
quest::playerrace(331);
quest::playergender(0);
}
}