- Joined
- Mar 31, 2016
- Messages
- 41
- Reaction score
- 4
- First Language
- English
- Primarily Uses
Hi everybody,
I'm making a game that allows you to sell items in a shop. I'm working on a system to allow for customer interactions. Basically I'm randomizing when customers will show up in the shop. I'm using orange custom events plugin to move an event from one map to another on a random region tile. This way the customer can pop up anywhere in the shop.
The trouble is when I advance the days variable, I want any customers events in the shop to go away so that new customers events can show up without this constant buildup of events. Making these events disappear while not making any newly placed events disappear is proving tricky. There is a "delete this event" plugin command that will erase an instance of a copied event. The trouble is getting the game to realize when I wan to use this command. Basically I want the game to run an end of day procedure where it erases all the current copied events and then generates new copied events.
Any suggestions? Let me know if you would like any pictures or need better descriptions.
Thank you!
I'm making a game that allows you to sell items in a shop. I'm working on a system to allow for customer interactions. Basically I'm randomizing when customers will show up in the shop. I'm using orange custom events plugin to move an event from one map to another on a random region tile. This way the customer can pop up anywhere in the shop.
The trouble is when I advance the days variable, I want any customers events in the shop to go away so that new customers events can show up without this constant buildup of events. Making these events disappear while not making any newly placed events disappear is proving tricky. There is a "delete this event" plugin command that will erase an instance of a copied event. The trouble is getting the game to realize when I wan to use this command. Basically I want the game to run an end of day procedure where it erases all the current copied events and then generates new copied events.
Any suggestions? Let me know if you would like any pictures or need better descriptions.
Thank you!

