well i've been dabbling in scripts and have a good worknig knowledge of the programming functions like for and if etc etc.
but so far getting remote scripts i've made is making me go bald. it's EXTREMELY simple.
Ping detection: {
on *:PING: {
/beep 5
/echo #blueprint_games 6* Detected a Ping request from $nick
}
i put it in my Remotes section ofm my script editor dealie, used /remote on, and got somebody to ping me. nothing happened.
another question, how can i make a script stop temporarily. the WHOLE script wait on a timer? all i've gotten to work is the command inside the timer statement. for instance a snippet of what i want
/echo before timer
/timer 1 1 /echo during timer
/echo after timer
the order it displays on my screen is before after during. how can i make it so the timer makes the whole script wait?
thanks for hearin me out

EDIT: i use mIRC version 6.16