Difference between revisions of "Barebones function 8"

From Unofficial QEdit Wiki Guide
Jump to: navigation, search
(No difference)

Revision as of 20:41, 16 March 2013

Barebones function 8

Function 8: 8:

  • Function 8

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


8:       mesend  //Closes a message bubble.
         call 221 //Calls function 221.
         ret 

Also see

mesend, call, ret Barebones function 221