View Single Post
  #6  
Old 04-21-2008, 02:51 PM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by Mortimus View Post
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).
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote