Conversation Between Xzenia and giradialkia
1 to 1 of 1
  1. giradialkia
    August 17th, 2010 10:59 AM
    giradialkia
    Hello,

    I have a problem. I was creating a house full of trainers in Viridian City in Fire Red. However, when I created several, for instance a Hiker and a Cooltrainer, when I was done battling one, and the battle was over, when I tried to walk, I suddenly controlled the Hiker in the left side of my screen?
    I used the following scripts:

    Trainer 1:

    #org $script
    lock
    faceplayer
    trainerbattle 0x00 0x01 $see $win
    $see 1 = Battle me!
    $win 1 = I lost!
    message $after
    $after 1 = You're tough!
    boxset 6
    release
    end

    Trainer 2:

    #org $hikerdude
    lock
    faceplayer
    trainerbattle 0x00 0x03 $see $win
    $see 1 = Do you think you're tougher than\nrock?
    $win 1 = Oof! That was dazzling!
    message $after
    $after 1 = That was one rock-hard battle!
    boxset 6
    release
    end

    Please help me out, I have no idea how to succesfully create this mansion with like 5 Trainers in there now ><

    That wasn't anything to do with your scripts, lol. In Advance Map, I'm guessing their Movements are set to "Look down", right?
    Just change it to "No Movement", and it should be fine. In future, use "No Movement" Instead of "Look Down", as the latter tends to give the player control to the NPC in question when the screen is refreshed, which isn't often good.