mojo_client/bin/scripts/sayitem.def
False.Genesis 1299c5490f * new conf option: "cmdchar". default is "."
* 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.
2007-03-24 00:07:59 +00:00

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}}