Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Server (https://forums.graalonline.com/forums/forumdisplay.php?f=14)
-   -   Useful Flag ;D (https://forums.graalonline.com/forums/showthread.php?t=3356)

omni-m00gle 05-22-2001 06:35 AM

Useful Flag ;D
 
I think the flag isidle would be great. It would activate when no buttons are pushed

kyle0654 05-22-2001 06:48 AM

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) {


T-Squad 05-23-2001 09:02 PM

woah...i never thought of that kyle...that will make my script alot shorter, thnx kyle :D


All times are GMT +2. The time now is 06:00 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.