Yes i am using the addaction [] in the dhd init field. I have three .sqs files "goearth" "gopx101" and "goabydos"
in goearth i have [Gate1,"Earth",0] exec "\dsf_sg_dhd\sqs\AI.sqs"in gopx101 [Gate2,"PX-101",0] exec "\dsf_sg_dhd\sqs\AI.sqs"and in goabydos [Gate3,"abydos",0] exec "\dsf_sg_dhd\sqs\AI.sqs"
the gates are named "gate1", "gate2" and "gate3" with
[this,"PX-101",[26,15,5,36,11,14],1,false,"0 setfog 1"] exec "\DSF_SG_DHD\sqs\CreateIdentity.sqs"[this,"Earth",[28,26,5,36,11,29],1,false,"0 setfog 0"] exec "\DSF_SG_DHD\sqs\CreateIdentity.sqs"[this,"Abydos",[27,7,15,32,12,30],1,false,"0 setfog 0"] exec "\DSF_SG_DHD\sqs\CreateIdentity.sqs"
In there init field (gate 1 = first line of code, gate 2 second line etc)
What am i doing wrong?