Code: Select all
//////** Randomizer: use as last Action 2 in the graphics chain before normal Action2 -> Action1 definitions **
//!!Error (53): Rand02s require power-of-two sets to choose from.
835 * 19 02 // action 2
04 // 04 for stations
15 // just some random ID for this action
80 // Use 80 to randomize the object (vehicle, station, building, industry) based on its own triggers and bits.
00 // not used? thus 00 - (when present) Location of controlling vehicle.
10 //** use bit 16 (0x10) for randomization per tile**
06 // nr of sets to pick from (power of 2)
00 00 // pick from set 00
16 00 // pick from set 16
26 00 // pick from set 26
36 00 // pick from set 36
46 00 // pick from set 46
56 00 // pick from set 56
but in this case of random picking from sets, the example as shown just works ingame without any form of errors.
seems like a bug in nfo renum ?