Skip to content

Preprocessor Macros

Tonaie edited this page Jan 24, 2017 · 1 revision

A preprocessor macro is a definition with a value, using the [Firestorm Preprocessor](Firestorm Preprocessor). Example:

#define randElem(l) llList2String(l, floor(llFrand(llGetListLength(l))))

Read more here: http://wiki.secondlife.com/wiki/User:Toy_Wylie/Phoenix/Preprocessor