| Blockland Forums > Suggestions & Requests |
| Chat command events |
| << < (2/3) > >> |
| Gen. Hothauser:
--- Quote from: ¥ola on October 21, 2012, 04:31:29 PM ---type it ingame and it turns your playerlight green --- End quote --- In that case, there is already an event, if not a server, mod that lets you set your player light to any light in the server index. |
| otto-san:
--- Quote from: Gen. Hothauser on October 21, 2012, 04:30:29 PM ---We already have these events, they just aren't in the form of commands. There are several events, like additem and setweapon, for setting the wand event to the player. I never used /botfight so i don't know what that does, although we do did have bot events Hat mod comes with the wearhat event. /Greenlight, wtf is that? --- End quote --- that isn't what he's talking about; he was giving examples the event would cause a /cmd to activate by the client. doing onActivate | Client | textCom | poop would be identical to the same client doing /poop in chat when you click it granted this is a bad idea anyway, and here's an example of why --- Code: ---onActivate | Self | fireRelay onRelay | Self | fireRelay onRelay | Self | VCE_ifVariable | <var:cl:bl_id> | == | 10293 VCE_onVariableTrue | Client | textCom | messageSent aeiouaeiouaeiouaeiouaeiouaeiou --- End code --- (ignore any VCE errors, haven't messed with it in awhile) It's possible (and has been done before), it's just a (really) bad idea. |
| gr8dayseth:
--- Quote from: otto-san on October 21, 2012, 04:40:11 PM ---granted this is a bad idea anyway, and here's an example of why --- Code: ---onActivate | Self | fireRelay onRelay | Self | fireRelay onRelay | Self | VCE_ifVariable | <var:cl:bl_id> | == | 10293 VCE_onVariableTrue | Client | textCom | messageSent aeiouaeiouaeiouaeiouaeiouaeiou --- End code --- (ignore any VCE errors, haven't messed with it in awhile) It's possible (and has been done before), it's just a (really) bad idea. --- End quote --- Yeah, you got a point there. But it would still be an ok idea if the person who was using it wasn't handicapped. And isn't that how bot events was crap-oned anyway? |
| phflack:
easy way to kick people off the server if they go somewhere just make them guess the admin password |
| otto-san:
--- Quote from: gr8dayseth on October 21, 2012, 04:49:59 PM ---But it would still be an ok idea if the person who was using it wasn't handicapped. --- End quote --- this is blockland's community we're talking about if it were to be made, it'd need to be extremely restricted blacklists for commands and players, SA-only by default, things of the sort there's no good way to do this really because it can and will be abused regardless and of course most mods can be abused anyway, but this is one of those cases where the abuse could be so horrendous that it's actually a valid argument |
| Navigation |
| Message Index |
| Next page |
| Previous page |