Skip to content

Instantly share code, notes, and snippets.

@RGBKnights
Last active February 1, 2019 16:54
Show Gist options
  • Save RGBKnights/e0242629fad605fc591d5211a91f4da1 to your computer and use it in GitHub Desktop.
Save RGBKnights/e0242629fad605fc591d5211a91f4da1 to your computer and use it in GitHub Desktop.
// contorllers
load_puzzle <name>
load_puzzle_subsection <name> <name>
load_section <name>
quit
// Ajust rule
rule <rulename> <value>
// Call Command
convar <convarname> <value>
concommand <concommand> <param1> <2> ...
// Cards
creat_carde <name>
create_card <player>? <zone>? <lane>? <amount>? <card_name>
// Checklist
checklist_headder <text> // sets the top title of the checklist
checklist_add <text> <count> // adds a checklist section with option subsection count
checklist_set <text> // sets this as the current section
checklist_hide // hides the checklist ui element
// Popup
popup <text> <time_till_button_enabled>
popup_unstall
// Sound
soundevent <name>
particleevent <name> <matchname1> <matchparam1> <2> <2>...
// Tutorial stuff, not really useful
hudevent 0 <param> <param>
showchild <matchname1> <matchparam1> <2> <2>...
hidechild <matchname1> <matchparam1> <2> <2>...
lock <matchname1> <matchparam1> <2> <2>...
unlock <matchname1> <matchparam1> <2> <2>...
lock_camera
unlock_camera
reset_accumulated_show_time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment