View Single Post
  #2  
Old 09-07-2010, 08:24 PM
Caryatis
Dragon
 
Join Date: May 2009
Location: Milky Way
Posts: 539
Default

This exact scenario is given as an example on the questobjects page...

Code:
$mob->sethp($mob->GetMaxHP() * .5);
Reply With Quote