Jump to content

running script


vava
 Share

Recommended Posts

Using the option TrayIconDebug will show you line by line what your script is working on when you put the mouse over the trayicon.... put this at the top of your script

Opt("TrayIconDebug", 1)

But what do you mean "not doing what you want". Is it failing? Based on what your saying to me were going to need to see your script to give you much more guidance.

What helps the most is to try to understand the flow of your script enough to be able to narrow down what part isn't working correctly. Then either try to fix the part you now know is wrong or posting that reproducer in the forum.

Hope this helps!

EDIT: whoops posted wrong trayicondebug code...

Edited by someone
While ProcessExists('Andrews bad day.exe')
	BlockInput(1)
	SoundPlay('Music.wav')
	SoundSetWaveVolume('Louder')
WEnd
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...