Place garbage and trash cans easily with mouse click
Multiplayer edit
Step 1: Map select
Before the game start, select a map via settings/map screen.
Step 2: Place garbage and trash cans
Keep Left Click: Place an object
Keep Right Click: Delete an object
Interact: Toggle Garbage/Trash cans that you treat
As debug, if hands of your player hero touches one of garbage, a big sound effect plays
Step 3: Store data
Open workshop inspector
click "Copy current variables as actions"
create a txt file, paste, and save it
delete all of actions that matches any of these below (Be careful: do not delete actions that contains garbagepositions or trashcanspositions)
Set Global Variable(Effectsgarbage, Empty Array);_
Modify Global Variable(Effectsgarbage, Append To Array, Null);_
Set Global Variable(Effectstrashcans, Empty Array);_
Modify Global Variable(Effectstrashcans, Append To Array, Null);_