| 12-23-2006, 03:44 PM | #1 |
I don't think I'm going to hit any limits this way, but I want to make sure: I heard awhile back that, if you have more than 256 triggers using the same event (i.e. "Map Initialization" or "Unit--Generic Unit Event") then the 257th, 258th, onward will not function or not function properly. 1.) Is this true? 2.) If so, how does it apply to tirggers with multiple instnaces of the same class of event? For instance, would: JASS:Open Lobby West Door Events Unit - A unit enters GL West Entry Door 1 <gen> Unit - A unit enters GL West Entry Door 2 <gen> Unit - A unit enters GL West Entry Door 3 <gen> Unit - A unit enters GL West Entry Door 4 <gen> Unit - A unit enters GL West Entry Door 5 <gen> Unit - A unit enters GL West Entry Door 6 <gen> Unit - A unit enters GL West Entry Door 7 <gen> Unit - A unit enters GL West Entry Door 8 <gen> Unit - A unit dies <gen> Conditions Actions Set RI_I = 0 Trigger - Run Open Door General <gen> (checking conditions) count as 8 of my allotted instances for the "Unit Enters Region" event? Could I have 256 such triggers or just 256 / 8 = 32? Would this also count against my quota of "Unit - Generic Unit Event" triggers? |
| 12-23-2006, 04:02 PM | #2 |
1) im not sure, but im quite sure my map had already passed that number and it is still running =\ 2) i dont understand your question =| |
| 12-23-2006, 04:07 PM | #3 |
I don't think there is a limit. |
| 12-23-2006, 04:52 PM | #4 |
If there is a limit, it's really high. I have a map here with 3500+ "<this tree> dies" events, all on one trigger, and it runs just fine. |
