Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
extensions_tutorial [2019/12/12 11:10] – [Adding new commands] neilsextensions_tutorial [2019/12/12 11:10] – [Adding new functions] neils
Line 47: Line 47:
 Notice that ''bg_color 13'' is equivalent to ''call bg_color(13)''. Notice that ''bg_color 13'' is equivalent to ''call bg_color(13)''.
  
-==== Adding new functions ====+===== Adding new functions =====
  
 Simply use the [[fun|FUN ... ENDFUN]] block to define new functions. Simply use the [[fun|FUN ... ENDFUN]] block to define new functions.