Page 1 of 1

how do you change npcs with lunalua?

Posted: Sat Jun 17, 2017 7:34 pm
by PersonNamedUser
What i mean by this is like, how would you transform an npc? Like changing the npc a boss shoots or something like that?
Like Birdo actually shooting fire instead of changing the egg graphic? How are you supposed to do this?

Re: how do you change npcs with lunalua?

Posted: Sat Jun 17, 2017 8:05 pm
by The0x539
Run NPC:transform(newID) or NPC.id = newID, depending on your needs, where NPC is an npc object.

Re: how do you change npcs with lunalua?

Posted: Tue Jun 20, 2017 5:53 am
by Gaming-Dojo
NPC:transform(newID) is the better one to use bc it fixes the hight and width of the NPC as well as preventing other issues.I hope this advice Hoeloe gave me when I had troubles with a modification of a boomerang script that Tempes wrote helps you.