mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-08-18 00:08:43 +02:00
26 lines
1.8 KiB
Plaintext
26 lines
1.8 KiB
Plaintext
version=2
|
|
@register.register(temp_factory_endless_streak,INT,<storage.get(integer,factory_streak)>)
|
|
@register.register(temp_factory_endless_level,INT,<storage.get(integer,factory_level)>)
|
|
@register.register(temp_factory_endless_class,INT,<storage.get(integer,factory_class)>)
|
|
@register.register(temp_factory_endless_poke1,STR,<pokemon.data(0)>)
|
|
@register.register(temp_factory_endless_poke2,STR,<pokemon.data(1)>)
|
|
@register.register(temp_factory_endless_poke3,STR,<pokemon.data(2)>)
|
|
|
|
@text.show(You will now be escorted~to the break room.*Please enjoy your break.)
|
|
@camera.reset
|
|
@screen.fadeout
|
|
@Player.warp(frontier\battlefactory\breakroom.dat,3,0.1,1,0)
|
|
@camera.reset
|
|
@player.turnto(3)
|
|
@camera.setthirdperson(<storage.get(boolean,thirdperson)>)
|
|
@level.update
|
|
@screen.fadein
|
|
|
|
|
|
@pokemon.clear
|
|
@pokemon.add(<storage.get(string,factory_pokemonstore)>)
|
|
@pokemon.heal
|
|
|
|
@storage.clear
|
|
|
|
:endscript |