Page 1 of 1

Clone venus fire trap/piranha plant AI?

Posted: Fri Feb 14, 2020 10:40 am
by zxcv
I want to make an NPC with similar behavior and it would be good if I could clone the behavior of those NPCs.

Re: Clone venus fire trap/piranha plant AI?

Posted: Fri Feb 14, 2020 10:42 am
by Murphmario
I remember that replacements for the vanilla NPCs was being worked on, but the coding for that is incomplete.

Re: Clone venus fire trap/piranha plant AI?

Posted: Fri Feb 14, 2020 11:16 am
by Emral
You can write lua implementations of them by using the smbx source code as reference.

Re: Clone venus fire trap/piranha plant AI?

Posted: Fri Feb 14, 2020 1:56 pm
by zxcv
Enjl wrote:
Fri Feb 14, 2020 11:16 am
You can write lua implementations of them by using the smbx source code as reference.
I forgot about the source code, thanks!