P3D-Legacy/P3D/Screens
JappaWakka 9b942ab977 Expanded @Script.Delay with ItemCount DelayType
Also made each Script Delay be defined with an identifier so you can have multiple delays running at the same time!

* arg0 = Identifier
* arg1 = Script Path
* arg2 = Delay Type (Steps, ItemCount)
// Steps
* arg3 = Amount of steps
* arg4 = Whether to display the remaining steps in the start menu
//ItemCount
* arg3 = Item ID
* arg4 = Compare Type (Equal, Below, EqualOrBelow, Above, EqualOrAbove)
* arg5 = Item Amount

With the ItemCount type you can run a script when you do or do not have a certain amount of items
2024-12-28 19:26:01 +01:00
..
Battle Also remove safari balls when blacked out 2024-09-14 14:36:32 +02:00
Credits 0.60 wrap up commit 2024-03-01 20:17:54 -06:00
GUI Fix namerater inconsistencies 2023-04-03 19:22:42 +02:00
Inventory Expanded @Script.Delay with ItemCount DelayType 2024-12-28 19:26:01 +01:00
MainMenu Added and fixed tokens for main menu, inventory... 2024-12-09 18:46:02 +01:00
MapPreview Add BasicEffectWithAlphaTest 2023-07-30 18:05:08 +08:00
PC Fixed the Storage System filter issues 2024-08-09 17:11:56 +02:00
Pokedex Make it possible to exclude poke file from PokéDex 2024-08-31 14:42:25 +02:00
Pokemon Support for forms in cries and interactions 2024-08-25 18:32:06 +02:00
BattleIntroScreen.vb Added some more text replacements 2024-05-10 18:07:31 +02:00
HistoryScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
MapScreen.vb Fix some roamer bugs and crashes 2024-04-04 18:36:36 +02:00
MenuScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
NewGameScreen.vb Implement Custom Types 2023-12-10 20:19:14 +01:00
NewMenuScreen.vb Fix menu index crash 2024-02-06 19:56:38 +01:00
NewOptionScreen.vb Reload apply/cancel buttons too on language select 2024-12-09 17:16:27 +01:00
NewTrainerScreen.vb Make Trainer Card screen translatable & fix token 2024-12-09 19:17:51 +01:00
OptionScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
SaveScreen.vb Fixed Save Screen font, scale & Pokémon icons 2022-04-16 20:17:09 +02:00
Screen.vb Implemented InterfaceScale option 2023-10-12 18:25:43 +02:00
StatisticsScreen.vb GameMode Item Preparations 2023-05-29 15:33:57 +02:00
TradeScreen.vb Fix Trade Screen crash 2024-04-19 15:08:36 +02:00
TrainerScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
TransitionScreen.vb Expanded @Script.Delay with ItemCount DelayType 2024-12-28 19:26:01 +01:00
VoltorbFlipScreen.vb Increase performance VoltorbFlip w/ ContentPacks 2024-03-20 15:26:06 +01:00
WindowScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00
testWindowScreen.vb literally touch every file reorganizing the solution 2018-02-21 16:34:06 +01:00