- Event Type
- Landing Event
- Passing Event
- Input Required
- Yes (Parameter)
- Programming Language
- C
- Source
- Custom-Made
A ZIP of 3 events to create a toll event where you either have to pay coins, give an item, or show a rarer item.
There is no need to edit ReverseFixup.c or Item Toll Behind.c as they are there to fix any reverse movement issues.
In Item Toll.c, the items are defined at the very top of the file if you wish to change off the default items and make him request something different.
How to link spaces: through an image shows the general layout.
85 can receive a space and is the start of your intersection.
86 can send to a space and it the alternate path
There can be any number of spaces between 80/81 are.
82 contains ReverseFixup.c and points to 85.
77 contains Item Toll.c. Path is set to 79 and Reverse is set to 80
78 contains Item Toll Behind.c and points to 79.