This forum is locked and will eventually go offline. If you have feedback to share you can find us in our Discord channel "MythoLogic Interactive" https://discord.gg/nECKnbT7gk

Forum rules

Add returned value for IObject.SetMaxFire()

Give us your input on how we may improve the ScriptAPI in the game in future versions.
Forum rules
By using the forum you agree to the following rules.
Locked
NearHuscarl
Superfighter
Superfighter
Posts: 97
Joined: Thu Feb 07, 2019 4:36 am

Add returned value for IObject.SetMaxFire()

Post by NearHuscarl » Thu Mar 24, 2022 7:45 pm

Some objects can't be set on fire (like metal barrel or the green cabinet). I'd like to know whether or not the object is flammable.

Code: Select all

var isSuccess = IObject.SetMaxFire()
If possible, I'd also want a way to forcely set any objects on fire:

Code: Select all

IObject.SetMaxFire(force: true)
0 x
Image

Locked