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

8 lines
No EOL
134 B
Raku

# Halloween male ogre costume
sub EVENT_ITEM_CLICK {
if($itemid == 54705){
quest::playerrace(340);
quest::playergender(0);
}
}