Project

General

Profile

$ulevel » History » Version 4

Per Amundsen, 09/04/2016 07:44 AM

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