Quote:
Originally Posted by Mortimus
Ok, how bout the changing of an npc's race during a quest? or changing his size? w/o spawning a new npc?
|
This page in the Wiki should help with what you're trying to do.
It doesn't look like you can change the race using a quest, but you should be able to change their size:
Code:
$mob->ChangeSize(in_size)
Just execute that where you want in the script, and it should change the size to in_size (which I think is a float).