False.Genesis b15aff0b5d *New DefScript API functions: loadconf, applyconf, applypermissions; log, logdebug, logdetail (according to debug level set in conf).
-> moved conf loading from core to scripts.
*New DefScript call: _leaveworld.def
*Fixed crash when calling _leaveworld on ~WorldSession()
* some updates to internal variable name handling
* added new macro: @n : newline (\n)
* cleanups
* added a bunch of new scripts + examples
2007-01-29 15:09:11 +00:00

12 lines
175 B
Modula-2

#permission=0
SET,vn ${@def}
SET,vl ${@0}
DEFAULT,vl 0
SET,vv,onfail,{<value not set>} ${#${@def}}
SAY,{${vl}} * Var '${vn}' = '${vv}'
UNSET vv
UNSET vn
UNSET vl