8 lines
No EOL
134 B
Raku
8 lines
No EOL
134 B
Raku
# Halloween male ogre costume
|
|
|
|
sub EVENT_ITEM_CLICK {
|
|
if($itemid == 54705){
|
|
quest::playerrace(340);
|
|
quest::playergender(0);
|
|
}
|
|
} |