lyrix/assets/mods/NewSwordMod.lad

5 lines
165 B
Plaintext
Raw Normal View History

2021-12-09 12:33:32 -06:00
register_mod("NewSwordMod", "A simple mod to add a new sword");
register_weapon("sword", 0, 0);
register_object("hi");
print("hello there");
instance("sword", 1, 2);