how to add an object property: indestructible?
how to add an object property: indestructible?
How to Use the console command to add an object property: indestructible? How this is done in the Map Editor
My native language is russian. Sorry if my messages are difficult to read.
Re: how to add an object property: indestructible?
Code: Select all
entity.destructible=false
Code: Select all
entity=game.player.selected
I do mods. Modding wiki is friend, it teaches how to mod. Api docs is friend too...
I also update mods, some of them even work.
Recently I did a mod tutorial.
I also update mods, some of them even work.
Recently I did a mod tutorial.
Re: how to add an object property: indestructible?
Thank you!Adil wrote:Entity is a reference to an object you want to change, you get one by using find_entity() functions for example. Or byCode: Select all
entity.destructible=false
Code: Select all
entity=game.player.selected
My native language is russian. Sorry if my messages are difficult to read.