YesNoOk
avatar

A.I. controlled characters moving before the fighting actually starts. (Read 6565 times)

Started by DNZRX768, January 02, 2022, 08:05:55 pm
Share this topic:
A.I. controlled characters moving before the fighting actually starts.
#1  January 02, 2022, 08:05:55 pm
  • *****
  • Hug Pikachus!
    • USA
Hug the Pikachus!

Hug A Pikachu Today!
Re: A.I. controlled characters moving before the fighting actually starts.
#2  January 02, 2022, 08:37:22 pm
  • ***
  • I'm trapped in my own personal hell.
  • I'm going to kill myself.
    • USA
That's a MvC thing. MvC chars can walk before the fight starts.
Re: A.I. controlled characters moving before the fighting actually starts.
#3  January 05, 2022, 02:45:59 pm
  • *****
  • Hug Pikachus!
    • USA
Okay, so how do I stop it? Is there a piece of code I should be looking at?
Hug the Pikachus!

Hug A Pikachu Today!
Re: A.I. controlled characters moving before the fighting actually starts.
#4  January 05, 2022, 03:36:16 pm
  • avatar
  • ***
  • Why,
Fature it is--- Maybe just features?
Hey, can i help, or maybe i need help
Re: A.I. controlled characters moving before the fighting actually starts.
#5  January 05, 2022, 03:52:59 pm
  • ****
    • crepa.neocities.org

  • Online
Open "prefur.cns" with a text editor, search for this block of code:

Code:
[State -2, Pre-walking state]
type = ChangeState
trigger1 = prevstateno = [190, 192] ;Enable after Intro
trigger2 = RoundNo > 1              ;Enable If Round Number is > 1
trigger2 = RoundState < 2           ;RoundState < 2 and
trigger2 = stateno = 0              ;Current state is 0
value = 51100
ctrl = 0

You can delete this entire block or change the second line to:
Code:
type = null
Re: A.I. controlled characters moving before the fighting actually starts.
#6  January 05, 2022, 04:15:20 pm
  • avatar
  • ***
  • Why,
Or put itlike this:

Code:
[State -2, Pre-walking state]
;type = ChangeState
;trigger1 = prevstateno = [190, 192] Enable after Intro
;trigger2 = RoundNo > 1              Enable If Round Number is > 1
;trigger2 = RoundState < 2           RoundState < 2 and
;trigger2 = stateno = 0              Current state is 0
;value = 51100
;ctrl = 0


Hey, can i help, or maybe i need help