Project

General

Profile

Oline » History » Version 4

Per Amundsen, 06/02/2016 03:05 AM

1 1 Per Amundsen
_Added in 2.4_
2
3 3 Per Amundsen
*/oline [-hr] <@name> <N|nick> <filename>*
4 1 Per Amundsen
5
Changes the icon of the Nth Nicklist item.
6
7
*Switches*
8
9
-h - Highlights the window's button. (if window is not active)
10
-r - Reset an item in the listbox to default.
11
12
*Parameters*
13
14
<@name> - Custom window name.
15
<N|nick> - The Nth Nicklist item or matching nick to change icon for.
16 4 Per Amundsen
<filename> - Filename of the icon.
17 1 Per Amundsen
18
*Example*
19
<pre>
20
alias example {
21
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
22
  /oline Nick c:\Pictures\icon1.png
23
}
24
</pre>