Archive: [Help] Splash Plugin


[Help] Splash Plugin
Hello guys,

I just wanted to know, is there a way to Use Splash plugin until a process has finished executing ?

newadvsplash:: show xxxxxxxxxxxxxx

ExecWait "blabla.exe"

So that is splash would show an image until the process has exited. is there a way to do this, as i see all splash plugins have fade in,fade out and delay timer.

Which I donot wish to use.

Thank you!


Try setting the timer to 99999999 and destroying it after the execwait is finished.


Thanks neko! aka MSG :)


(I did in fact already tell you that, though.)


destroying it after the execwait is finished.
This phrase enlightened my mind up. In IRC i didn't get the idea because i was told only to set the delay timer to "99999999"..

Thanks!