mirror of
https://github.com/asphyxia-core/plugins.git
synced 2026-03-23 10:24:38 -05:00
17 lines
293 B
Plaintext
17 lines
293 B
Plaintext
- let music = 0;
|
|
- let event = 0;
|
|
- let catalog = 0;
|
|
|
|
game
|
|
limited
|
|
while music < 200
|
|
music(id=music++, flag=2)
|
|
|
|
event
|
|
while event < 16
|
|
info(id=event++)
|
|
|
|
catalog
|
|
while catalog < 256
|
|
info(id=catalog++, currency=1, price=1)
|