Difference between revisions of "Functions"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
 
Line 1: Line 1:
 
This page is for the main functions.
 
This page is for the main functions.
 +
 +
For snippets of common functions used in many quests (useful for those starting up) see [[common_functions]]
  
 
For the Barebones quests list of reserved functions see [[Barebones_functions_list]]
 
For the Barebones quests list of reserved functions see [[Barebones_functions_list]]
Line 5: Line 7:
 
==Function 0==
 
==Function 0==
 
Function 0 is the only function that is reserved. It is the first function run during any quest.
 
Function 0 is the only function that is reserved. It is the first function run during any quest.
 
==Common Functions==
 
[[common_functions]]
 

Latest revision as of 16:43, 8 May 2019

This page is for the main functions.

For snippets of common functions used in many quests (useful for those starting up) see common_functions

For the Barebones quests list of reserved functions see Barebones_functions_list

Function 0

Function 0 is the only function that is reserved. It is the first function run during any quest.