for(var/HK/H in client.screen)//Checking the hotkeys on the clients screen. This goes through. |
Problem description: For some strange reason, nothing below the line "if(T==H.skill)" is going through. I ran tests on my project to check if the variables 'T' & 'H.skill' match or not and they do. I can't see why it's not getting through. Any ideas?

Also rememebr that del(src) is going to prevent that AddTemporaryOverlay() line from executing, because you'll be killing the proc along with the object.
Lummox JR