5 lines
165 B
Plaintext
5 lines
165 B
Plaintext
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); |