How many trigger_objective_info entities can you put in a map? … And why is there a limit?
What is the maximum number of toi's per map?
CptnTriscuit
(CptnTriscuit)
#3
thx…guess i missed that in the LDR.
edit: found it, no explanation as to why 18 is the magic number though 
chavo_one
(chavo_one)
#4
Does the answer “because it’s set in the code as a limit” work? 
// DHM - Nerve
#define MAX_OBJECTIVES 8
#define MAX_OID_TRIGGERS 18
// dhm
CptnTriscuit
(CptnTriscuit)
#6
Thought my map was screwed for a minute. Luckily the ET scripting system kicks some serious ass and I was able to condense the job of 34 trigger_objective_info entities into 18 without loosing anything. Yay!

