Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How do I check for a bind.
« previous
next »
Print
Pages: [
1
]
Author
Topic: How do I check for a bind. (Read 399 times)
Azimuth
May 25, 2009, 04:26:58 PM
How do i check if a bind has been added.
Ad Bot
Advertisement
Ephialtes
May 25, 2009, 04:39:22 PM
Try doing a dump() on the movemap object.
Azimuth
May 25, 2009, 05:20:26 PM
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.
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
How do I check for a bind.