zaira Posted April 3, 2015 Share Posted April 3, 2015 function SetStrip(Actor ActorRef, bool[] StripSlots) ActorAlias(ActorRef).OverrideStrip(StripSlots) ; <<< ??? if StripSlots.Length == 33 ActorAlias(ActorRef).OverrideStrip(StripSlots) else Log("Malformed StripSlots bool[] passed, must be 33 length bool array, "+StripSlots.Length+" given", "ERROR") endIf endFunction Double call of OverrideStrip Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.