You are on page 1of 1

F1::Remaining() ;

F2::OosCommand() ;
F3::HideoutCommand() ;
F4::CheckItemLevel() ;

CheckItemLevel(){
BlockInput On
Send {LButton}
Send {Enter}
Sleep 2
Send /itemlevel
Send {Enter}
Sleep, 75
Send {LButton}
BlockInput Off
return
}
OosCommand(){
BlockInput On
Send {Enter}
Sleep 2
Send /oos
Send {Enter}
BlockInput Off
return
}
Remaining(){
BlockInput On
Send {Enter}
Sleep 2
Send /remaining
Send {Enter}
Sleep, 75
BlockInput Off
return
}
HideoutCommand(){
BlockInput On
Send {Enter}
Sleep 2
Send /hideout
Send {Enter}
BlockInput Off
return
}

You might also like