Hello, I added a helper with these parameters:[State 523, Helper]trigger1= time = 0stateno = 526helpertype = normalpostype = p1ownpal = 1ontop = 0sprpriority = -5;;The sprpriority -5 is for the helper appear behind both players, but this don't work.the helper :[Statedef 526]Type = SMovetype = Aanim = 529velset = 0,0ctrl = 0;[]Thank you.
Rambo said, March 02, 2010, 10:57:30 pmHello, I added a helper with these parameters:[State 523, Helper]trigger1= time = 0stateno = 526helpertype = normalpostype = p1ownpal = 1ontop = 0sprpriority = -5;;The sprpriority -5 is for the helper appear behind both players, but this don't work.the helper :[Statedef 526]Type = SMovetype = Aanim = 529velset = 0,0ctrl = 0sprpriority = -5;[]Thank you.There!
Then:[State 523, Helper]trigger1= time = 0stateno = 526helpertype = normalpostype = p1ownpal = 1ontop = 0sprpriority = -55 ; this line don't do nothing, don't work right?[Statedef 526]Type = SMovetype = Aanim = 529velset = 0,0ctrl = 0sprpriority = -5 ;<--okthank you by your reply
Yes.For the helper, you need to define the sprpriority at the statedef or by using the sctrl sprpriority within it's state.