DONDADON Posted October 21, 2011 Report Share Posted October 21, 2011 Hey,I am editing the change clothes script in order to add another "set" of clothes to the FF's, meaning there will now basically be a chain of clothe changing (FF - FF with protective gear -> and only then FF with SCBA). I understand the script and can do this task, I only have 1 problem. The line specifying what model the person should change to looks like this:Caller->PushActionExecuteCommand(ACTION_APPEND, DUMMY_CHANGE, Target, 1, false);My question is, how do I know what number represents each person? Hope you understand the question and thanks for the reading Quote Link to comment Share on other sites More sharing options...
MCERT1 Posted October 21, 2011 Report Share Posted October 21, 2011 Those are explained at the bottom portion of the script, each of the child ids (1,2,3,etc) indicates what model changes into what. Quote Link to comment Share on other sites More sharing options...
DONDADON Posted October 21, 2011 Author Report Share Posted October 21, 2011 Thanks alot for the quick answer! I'm not at home right now, ill check later and see if I can do it now Quote Link to comment Share on other sites More sharing options...