Author Topic: How do I check for a bind.  (Read 399 times)

How do i check if a bind has been added.

Try doing a dump() on the movemap object.

After making sure the bind hasn't been added, it seems that I can't add it:

Code: (10pt) [Select]
if(!$addedlolBinds)

{

AddBind("Action","Toggle lol","lol");

$addedlolBinds = true;

}
When my friend uses the script, it seems as if it won't work, even if I do it manually.