hkzorman / advanced_npc

Advanced NPC for Minetest, using mobs_redo API
Other
17 stars 5 forks source link

Update Documentation #43

Closed BrunoMine closed 6 years ago

BrunoMine commented 6 years ago

This documentation updates and/or adds the following topics:

hkzorman commented 6 years ago

Thanks.

Is this WIP or ready for merge? I found some blank areas (like for advanced_npc:internal_property_change program).

BrunoMine commented 6 years ago

Okay, this is a good start to work. :) I want to take this opportunity to ask you to include the possibility of working strings in the flags.

hkzorman commented 6 years ago

Do you mean that you would like flags to have string values also? Flags are deprecated, and will be replaces by npc.data* API (which is same as npc.exec.var* API but global, not per process) and that handles any value.

BrunoMine commented 6 years ago

Ok, you can merge now, and I'll work on updating this in the future.

hkzorman commented 6 years ago

Thanks, appreciated as always!