i got the script from a very old thread, so some things are obsolete
holddown ++;
if (holddown >= 40) {
holddown = 0;
gIconbar.Visible = true;
GlobalScript.asc(75): Error (line 75): Undefined token 'holddown'
what is the newer equivalent of this script?
holddown ++;
if (holddown >= 40) {
holddown = 0;
gIconbar.Visible = true;
GlobalScript.asc(75): Error (line 75): Undefined token 'holddown'
what is the newer equivalent of this script?