Thread: Useful Flag ;D
View Single Post
  #2  
Old 05-22-2001, 06:48 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
if (strequals(#m,idle))

or

NPC Code:

function getkeys() {
setarray this.Keys,10;
for (i = 0; i < arraylen(this.Keys); i++)
this.Keys[i] = keydown(i);
}

getkeys();
if (!1 in this.Keys) {