class LK_SeqFlow_Continue extends LK_SeqAct_FlowControl; public event Activated() { if(UpperNode == None) return; UpperNode.ForceActivateInput(UpperNode.InternalLoopInputIdx); } defaultproperties { //ObjColor = (R=227,G=20,B=20,A=255) ObjCategory = "Flow Control" bAutoActivateOutputLinks=false OutputLinks.Empty; // Has no outputs, this node signifies the end of the chain ObjName = "Continue" VariableLinks.Empty; }