* various .def scripts updates * added cmd.def & getchatitem.def * fixed: correctly check variable names in function "isset" * fixed problems with loading scripts that cosist captalized IF/ENDIF/LOOP/ENDLOOP statments. now upper, lower and mixedcase work as they should.
9 lines
169 B
Modula-2
9 lines
169 B
Modula-2
// example script to "say" a clickable item (in WoW)
|
|
|
|
MAKECHATITEM,i ${@def}
|
|
SAY ${i}
|
|
UNSET i
|
|
|
|
// we could also use the following:
|
|
// SAY ?{GETCHATITEM ${@def}}
|