Barebones function 9

From Unofficial QEdit Wiki Guide
Jump to: navigation, search

Barebones function 9

Function 9: 9:

  • Function 9

Use

Used to lessen the code needed by jumping to this function.

It is like using a common ending to a function.

But instead of writing out that common ending each time you would just jump to this function to end your function that ends in this way.

How the function appears in the script


9:       mesend  //Closes a message bubble.
         call 223 //Calls function 223.
         ret 

Also see

mesend, call, ret, Barebones function 223