AmyOUfan commented on a Page, /tbg  -  Jul 27, 2009

Ok my question is this if someone ads it to a script with credit to you of course, will everyone who downloads it have to change directory. THis might not be correct but wy not edit it to where it is something simular to

$gif($pictures(PictureName.gif),0)) {

cause anytime you have to add a C:\mIRC\ pc name has to be added to right ? Like in my variables for example on my mp3 player variable it is

%plsfilename C:\Users\Amy\Desktop\BelisknerV.4\rockMix

Just a suggestion to make it a easier file path to use & good work i like it. Why not take it a step further & make a dialog for it , this here is clode but still an idea to make adding a gif easier especially for people n ot advanced enough to know a directory path.

dialog G_Bar {
  title "GifBar"
  size -1 -1 93 34
  option dbu
  button "Add Gif", 1, 5 11 31 9, flat
  edit "", 2, 39 10 50 11
  box "", 3, 1 -2 91 35
  text "Directory", 4, 48 2 25 8, center
  button "Button", 5, 6 22 82 8, flat ok cancel
}

on *:dialog:G_Bar:init:*: {
  setset G_Bar dir $did(2)
}

on *:dialog:G_Bar:sclick:1:{
  var %temp.file = $$sfile($iif($isdir($did(G_Bar,2)),$did(G_Bar,2),$mircdir))
  did -ra G_Bar 2 $nofile(%temp.file)
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.