-> 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
7 lines
137 B
Modula-2
7 lines
137 B
Modula-2
#permission=0
|
|
|
|
SET,vn #${@caller}::${@def}
|
|
SET,vv,onfail,{<value not set>} ${${vn}}
|
|
OUT * Var '${@def}' = '${vv}'
|
|
UNSET vv
|
|
UNSET vn |