UnderScript
Various changes to undercards, an undertale fan-made card game.
This project is maintained by feildmaster
underscript.openPacks()
by feildmaster (January 6, 2026)Opens packs and outputs the results (via toast).
Syntax
underscript.openPacks(count, type);
Parameters
- count
- Number of packs to open
- type
- Type of pack to open (‘’, ‘DR’, ‘Shiny’, ‘Super’, ‘Final’) (default: ‘’)
Examples
// Open 10 packs
undescript.openPacks(10);
// Open 5 deltarune packs
undescript.openPacks(5, 'DR');API Documentation: | UnderScript | Plugin | EventEmitter |
