~Angel~
Lead developer for Pokémon Millennium
- 281
- Posts
- 15
- Years
- Age 27
- United States Of America.
- Seen Jun 4, 2022
This was my first time acctually making and learning code. So does anyone think they could help me figure out if maybe this code could work if I finish it? I know it's been done like maybe 1 time before by FL and I used a piece of his script and modified it. I dunno if maybe it will work but how does this look? I don't know the code to display the players party sadly. But I do want to figure it out eventually. This is something I did in school. Any thing to say will be taken and used to fix this and make it better.
Code:
def pbHallOfFame
if $game_switches[97]
Call HallOfFame
pbAddSprite("partybase1",-200,yvalue,"Graphics/Pictures/HallOfFameBG",@viewport)
@sprites["partybase1"].visible=true
@partyAnimPhase=0
end
def Call PlayerParty
pbPartyDisplay
end
@scene.partyAnimation
else
# You can change the time delay for double/Set Option here
timedelay=64 # Set Option
for i in 0...timedelay
@scene.pbGraphicsUpdate
end
end
opponent=pbGetOwner(index)
# You can change the time delay for double/Set Option here
timedelay=64 # Set Option
for i in 0...timedelay
@scene.pbGraphicsUpdate
end
end