There are a few ways to do this. The easiest...
Trigger 1-
1. Set the main script to "prinzoneactivateused.fpi"
2. In the IfUsed field of Trigger 1, put the exact name of the second trigger. For example, if you use "trigger2" as the name, put "trigger2" in this field.
Trigger 2-
1. Set the
name of the trigger to the exact name you specified in the IfUsed field of trigger 1.
2. Set the start script to "appearifactivate.fpi". If you do not have this script, here it is:
;Artificial Intelligence Script
;Header
desc = Appear if Activated
;Triggers
:state=0,activated=1:spawnon,setalphafade=100,runfpidefault=1
;End of Script
3. Set the main script to whatever you need trigger 2 to do once activated.
Twitter: @NFoxMedia