Firstly,Congratualtions on being promoted Darkmage!
Secondly, since my exams are partly over, I'm going to try and
be my old active self by helping people.
here's the script! (Note: I'm using the original RM2K 4 party member
system. You'll need to use a different script
once the 6 member party system's completed)
Pok1,2,3 are the 3 diff types of pokemon.
First add the 3 events with pokeball graphics.
Trigger condition: Action Key
First event:
If switch pok2 is on
>Message: You've already chosen a pokemon! (Or something like that)
Else
>If switch pok3 is on
>>Message: You've already chosen a pokemon! (Or something like that)
>else
>>Change party member: Add pok1
>>Switch pok1 on
Second Event:
If switch pok1 is on
>Message: You've already chosen a pokemon! (Or something like that)
Else
>If switch pok3 is on
>>Message: You've already chosen a pokemon! (Or something like that)
>else
>>Change party member: Add pok2
>>Switch pok2 on
Third Event:
If switch pok1 is on
>Message: You've already chosen a pokemon! (Or something like that)
Else
>If switch pok2 is on
>>Message: You've already chosen a pokemon! (Or something like that)
>else
>>Change party member: Add pok3
>>Switch pok3 on