Items drop on event end

● ARCHIVED · READ-ONLY
Started by Xenphir 3 posts View original ↗
  1. Hello I am wondering if there is a way or a plugin to make items drop on-screen and maybe bounce a little before being sucked up by the player if they are nearby and added into the inventory, similar to stardew valley. So basically, player destroys a tree and instead of just receiving the wood directly, pieces of wood drop on the ground and if the player is close enough, they pick it up and wood is added to inventory that way.
  2. as long as the items are not really on the ground, this could be done with change event graphic and animations played on the event - both cases need you to provide the needed pictures to the engine.
    If you want the items really on the ground, you'll need to be able to create new events dynamically - that requires a plugin, but those plugins already exist.
  3. Andar said:
    as long as the items are not really on the ground, this could be done with change event graphic and animations played on the event - both cases need you to provide the needed pictures to the engine.
    If you want the items really on the ground, you'll need to be able to create new events dynamically - that requires a plugin, but those plugins already exist.
    Do you know where I can find such plugin? Thanks for the info too! If I can't get the drop to work ill just change graphic. :3