I can't seem to make it work. Obviously, it's not as simple as what I thought...
I'll post my script in a bit, I really hope somebody can provide me the help I need.
Here it is.
Once the [player] talk to the npc below, the camera will shift to the school in Viridian City.
https://photos.google.com/photo/AF1QipP3Qw1wAX3KE2H3NMKrfuFeUrU5rj0aR_Ct9Xp5
This is the script:
Quote:
#dynamic 0x800ABF
#org @start
lock
faceplayer
msgbox @talk 0x6
warpmuted 0x5 0x2 0xFF 0x5 0x4
release
end
#org @talk
= Let's warp the camera to the\nVIRIDIAN CITY's school!
|
Then this is the level script upon entering the map 5.2 which is the school in Viridian City. I also added some scene before shifting the camera back to the Pallet Town.
Quote:
#dynamic 0x8009D9
#org @start
lock
hidesprite 0xFF
msgbox @question 0x6
pause 0x20
msgbox @answer 0x6
warpmuted 0x3 0x0 0xFF 0x2 0x3
setvar 0x4889 0x1
release
end
#org @question
= [red_fr]Teacher, what is a POKEBALL?
#org @answer
= [green_fr]It's an item use to catch a\nPOKEMON.\pYou throw it to a POKEMON you\nencounter in the wild if you want\lto capture them.
|
What happens is upon entering the school, the player sprite would be visible for a brief moment in the middle of the map then it would turn to this...
https://photos.google.com/photo/AF1QipNUTaObUcaKR2_oEc6hnCZR-o2zRI393erbaMcs
Anyone can help me?