Jonna, There are better versions of the script, but basically this should do what you want.
Anyone signing on will be sent to Room 100 after approx' 20 seconds.
ON SIGNON {
1200 ME SETALARM
;sets alarm for approx 20 seconds
}
ON ALARM {
100 GOTOROOM
;go to room number 100
}
Just replace the '100's with whatever room you ant to send them too.
To adjust the time, 60 = 1s, 120 = 2s, 600 = 10s, 1200 = 20s, etc.
|