import minqlx | |
class replace_items_test(minqlx.Plugin): | |
def __init__(self): | |
self.add_hook("new_game", self.handle_new_game) | |
def handle_new_game(self): | |
print(minqlx.replace_items("item_quad", "holdable_kamikaze")) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment