Skip to content

Instantly share code, notes, and snippets.

@em92
Created December 12, 2016 07:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save em92/9736169375b482bba42fd6d741e43cc1 to your computer and use it in GitHub Desktop.
Save em92/9736169375b482bba42fd6d741e43cc1 to your computer and use it in GitHub Desktop.
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