ok, i have EVERYTHING downpact for rasengan, i only have one question How do i make him teleport behind P2/comp plyr wherever they are on the stage?
AzulSonic said, July 10, 2008, 04:43:55 amok, i have EVERYTHING downpact for rasengan, i only have one question How do i make him teleport behind P2/comp plyr wherever they are on the stage? a Trigger determining p2 statetype would be necassary and or pos ythen you 'll need either, pos add or pos set, set to (p2dist x) - wherever you want to appear, also don't forget to make your character turn around using the sctrl turn.Cheers,RajaBoy
this is what i have so far[State 0, PosAdd]type = PosAddtrigger1 =animelem = 9x = 75y = 0;ignorehitpause =;persistent =[State 0, VelSet]type = VelSettrigger1 = AnimElem = 9x = 20y = 0but i dont understand why it wont lock on when you do it.....
T for Titiln said, July 10, 2008, 04:03:26 pmLook at the "p2bodydist X/Y" sctrl in the mugen docs.AzulSonic said, July 10, 2008, 03:53:21 pmwait so under "X" axis put "p2dist?"^^that and what was already told to you., that just adds you to pos 75 constantly on the screen and then sets you to pos 20.with the value of x= what i said above subtracted by a number that puts you behind p2, the codes you have are pointless for what you want to do, use one of those sctrls only. i said use EITHER a posadd or posset to get behind p2.Cheers,RajaBoy