Project

General

Profile

Oline » History » Version 1

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

1 1 Per Amundsen
_Added in 2.4_
2
3
*/oline [-hr] [N] <@name> <N|nick> <filename>*
4
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
17
*Example*
18
<pre>
19
alias example {
20
  ; Open a custom window.
21
  /window @Example
22
  
23
  ; Add a 'Hello World' line to the custom window.
24
  /aline @Example Hello World
25
26
  ; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
27
  /oline Nick c:\Pictures\icon1.png
28
}
29
</pre>