Hyaciao Posted May 8, 2015 Share Posted May 8, 2015 I'm back with a new problem. People beware. To be straight to the point. I was wondering if there was a way to make an item self-ignite once it's been dropped on the ground. Something like the summer effect but instead of it randomly overheating it should immediately go into the smoke stage. Link to comment https://forums.kleientertainment.com/forums/topic/53695-help-item-with-self-ignition/ Share on other sites More sharing options...
DarkXero Posted May 9, 2015 Share Posted May 9, 2015 inst.components.inventoryitem:SetOnDroppedFn(function(inst) inst.components.burnable:StartWildfire() end) Link to comment https://forums.kleientertainment.com/forums/topic/53695-help-item-with-self-ignition/#findComment-635759 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now