Oline » History » Revision 2
Revision 1 (Per Amundsen, 06/02/2016 03:04 AM) → Revision 2/8 (Per Amundsen, 06/02/2016 03:05 AM)
_Added in 2.4_
*/oline [-hr] [N] <@name> <N|nick> <filename>*
Changes the icon of the Nth Nicklist item.
*Switches*
-h - Highlights the window's button. (if window is not active)
-r - Reset an item in the listbox to default.
*Parameters*
<@name> - Custom window name.
<N|nick> - The Nth Nicklist item or matching nick to change icon for.
*Example*
<pre>
alias example {
; Open a custom window.
/window @Example
; Add a 'Hello World' line to the custom window.
/aline @Example Hello World
; Change the icon for 'Nick' to 'c:\Pictures\icon1.png'
/oline Nick c:\Pictures\icon1.png
}
</pre>