Originally Posted By: deOmega
Hmm, I have one script in there already. When i add this one below it, nothing is happening. The first script executes, but not the second one.

Combine the two on start scripts...
Code:
on *:start:{
  
  setlayer 100

  ; <your existing code here>
}

Originally Posted By: deOmega
By the way, I had that zero transparency incident already, and thank goodness it resets on start, as i could not see anything. hehe
You can still type even though you can't see it... with mIRC active typing /setlayer 255 {ENTER} would have reset it wink