GT500
Refugee
Hi Folks,
In XML we can used events such as Destroy, Harvest and Fall such as:
Is there some form of event that can hook into a Block Upgrade such as:
Basically I would like to drop something into a persons inventory when a block is upgraded, but I am not sure if there is an event I can piggy back on to do that, or maybe there is a clever work around that someone knows about.
I appreciate any insight if anyone has some.
Thanks.
In XML we can used events such as Destroy, Harvest and Fall such as:
<drop event="Destroy" name="resourceCloth" count="1"/>
Is there some form of event that can hook into a Block Upgrade such as:
<drop event="Upgrade" name="resourceCloth" count="1"/>
Basically I would like to drop something into a persons inventory when a block is upgraded, but I am not sure if there is an event I can piggy back on to do that, or maybe there is a clever work around that someone knows about.
I appreciate any insight if anyone has some.
Thanks.