Thread: NPC making NPC
View Single Post
  #1  
Old 12-20-2012, 05:39 AM
greggiles greggiles is offline
Registered User
greggiles's Avatar
Join Date: Sep 2007
Posts: 149
greggiles has a spectacular aura about
NPC making NPC

I know I'm probably way off on what it should be, but I'm working on my baddie effects and I need my baddie to place an NPC.

Sooo basically an NPC making an NPC

PHP Code:
function onHurt() {
 
temp.npc this.level.putNPC2(this.xthis.y""); 
 
temp.npc.join("hiteffect");

Reply With Quote