Project

General

Profile

$clevel » History » Version 3

Per Amundsen, 08/09/2015 02:36 AM

1 1 Per Amundsen
_Added in 1.8.10_
2
3
*$clevel*
4
5 3 Per Amundsen
Returns the matching event level for a triggered [[Scripting_Events|event]].
6
7
*Example*
8
9
<pre>
10
; Prrint the matching level.
11
on *:TEXT:*:*:echo -ag The matching level this event is $clevel
12
</pre>