As some of you might know, DevliN and I are working on a Monopoly map.
The big problem is how we plan to do the properties triggers.
Here we can see a layout of a "brute force" style method where we do every single trigger out in the most inefficient way possible.
QUOTE
- Purchasing option (No owner)
- Pay Rent (1 property, no house)
- Pay Rent (All properties in set, no house)
- Pay Rent (1 house)
- Pay Rent (2 houses)
- Pay Rent (3 houses)
- Pay Rent (4 houses)
- Pay Rent (1 Hotel)
- Buy Houses
- Buy Hotel
Can anyone think of a more efficient way to do this or am I stuck copying these same 10+ triggers for 30+ properties?