Jump to content

Vindicator

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by Vindicator

  1. Just have a question on the user tab on Script Editor. Just wanted to know where it would be in the help files to read up on how to add users to this file for like adding people to a specific op for it to read. For an example I wanted to add someone in a chatroom to the user tab and wanted to put the as a host or friend. Looked at the User list in help and it only tells what it is used for and to recall it but not how to add it.

  2. Ok I downloaded the nicklist.dll and read the html tut that was with it. Really didn't understand what a lot of it was getting at. Willing to learn though. :notworking:

     

    //dll $scriptdir\dlls\NickList.dll Nicklist @window #
    
    ON *:SIGNAL:nicklist_resize: {
      if ($4 == 1) dialog -s $1 0 0 $2 $3
      else { window $1 -2 0 $calc($2 +2) $3 | drawrect -rf $1 $rgb(81,101,128) 1 0 0 $2 $3 }
    }
    
    
    var %nicklist_size $dll($scriptdir\dlls\NickList.dll,GetSize,#)
    window -hp +d @Nicklist-# -2 0 %nicklist_resize
    
    
    menu @nicklist-# {
      rclick { dll $scriptdir\dlls\nicklist.dll Popup # }
    }
    
    
    //echo -a $dll($scriptdir\dlls\NickList.dll,DllInfo,NOT_USED)

×
×
  • Create New...