Project

General

Profile

$clevel » History » Version 4

Per Amundsen, 08/09/2015 02:57 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 4 Per Amundsen
on *:TEXT:*:*:echo -ag The matching level for this event is $clevel
12 3 Per Amundsen
</pre>