QUOTE(Bear @ May 7 2009, 07:45 AM)

This Script was part larger script, the game in question had Daily Maintenance
Star Wars Galaxies. You'd had to have
ProcessMessages being processed somewhere in the main script.
This was to Stop the Script, Same could be done to Start a Section of Code.
CODE
// This line is necessary to select the proper window
SetActiveWindow SWGClient
Procedure DropOff when {Hour} = 6 and {Minute} > 55
TimeStamp Stopping for Daily maintain.
Keys /Dump
Keys {Return}
delay 5 sec
keys /StopMusic
keys {return}
delay 10 sec
Keys /Sit
Keys {Return}
Delay 10 sec
Keys /logout
Keys {Return}
Stop
End
thanks

i dunno about the other guy, but i could use this sometime soon, but i just needed to look at an example to understand it

and now i do:D
if i have more questions ill post them, but i think that won't happen for a while

thank You!