mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Jan 2003
Posts: 237
X
xrn0id Offline OP
Fjord artisan
OP Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
edit %request_1, 8, 30 24 194 10

that is my edit box, now if somebody click the set button, id 11, how wil I set %request_1 to whatever is in the edit box ( edit box id 8 )?



;Check for Life

if (%life == $null) {
goto getlife
}
Joined: Jan 2003
Posts: 237
X
xrn0id Offline OP
Fjord artisan
OP Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
nm, figured it out, sorry about the post

if ( $did == 11 ) {
set %request_1 $did(8).text
}



;Check for Life

if (%life == $null) {
goto getlife
}
Joined: Jan 2003
Posts: 148
K
Vogon poet
Offline
Vogon poet
K
Joined: Jan 2003
Posts: 148
Or you can use

edit %request_1, 8, 30 24 194 10, autohs

It does the same thing and you wont have to script it...

Joined: Dec 2002
Posts: 4
T
Self-satisified door
Offline
Self-satisified door
T
Joined: Dec 2002
Posts: 4
if (!%life) goto getlife
:getlife
join #Real-Live
halt


DarkFire

Link Copied to Clipboard