No description
- Lua 84.2%
- C# 15.8%
| .gitignore | ||
| LICENSE | ||
| PK_Script.csproj | ||
| PK_Script.lua | ||
| PK_Script.sln | ||
| Program.cs | ||
| README.md | ||
Pokémon Platinum Kaizo Lua Script
This is the official Lua script, to be used with the Pokémon Platinum Kaizo Damage Calculator.
It's Windows exclusive, sorry Mac users!
Features:
- Automatically import your Pokémon into the calculator (Use the
Syncbutton once both scripts are running!) - Pre-status your Pokémon with a simple command
- Export your Pokémon in a Showdown format
- Check the ability slots of your Pokémon, for those which have abilities added on evolution
How to use:
- Extract the bundled
lua-5.1.5_Win64_bin.zipfile in the same directory as your DeSmuMe executable. - Once your ROM is loaded, click
Tools->Lua Scripting->New Lua Script Window.... Browse...for the includedPK_Script.luafile.- Run
PK_Script.exe.
For more help:
https://www.youtube.com/watch?v=ErHm6BNSNd8
Available commands:
sleep(slot) -- Pre-sleeps the chosen party slot.
poison(slot) -- Pre-poisons the chosen party slot.
burn(slot) -- Pre-burns the chosen party slot.
paralyze(slot) -- Pre-paralyzes the chosen party slot.
freeze(slot) -- Pre-freezes the chosen party slot.
bedtime() -- Pre-sleeps the entire party.
export() -- Exports a Showdown paste of all Pokémon in your party and boxes to the clipboard.
showabilities() -- Displays the ability slots of all Pokémon in your party and boxes.