clearing rocket_silo "rocket result inventory"
Posted: Thu Oct 25, 2018 3:57 am
Hi.
was rocket_silo.inventory key changed?
I'm not completely sure if it was there to begin with, and I can't find anything in update history.
Anyone know how do I access event.rocket_silo "rocket result inventory" from on_rocket_launched?
I'm trying to conditionally clear it.
I've tried the following:
event.rocket_silo.inventory.clear()
event.rocket_silo.result_inventory.clear()
event.rocket_silo.rocket_result_inventory.clear()
none of which exist...
was rocket_silo.inventory key changed?
I'm not completely sure if it was there to begin with, and I can't find anything in update history.
Anyone know how do I access event.rocket_silo "rocket result inventory" from on_rocket_launched?
I'm trying to conditionally clear it.
I've tried the following:
event.rocket_silo.inventory.clear()
event.rocket_silo.result_inventory.clear()
event.rocket_silo.rocket_result_inventory.clear()
none of which exist...