mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Commands] Add entity variable command (#3345)
* [Commands] Add entity variable commands # Commands - Add `#clearentityvariables` to clear all entity variables from yourself or your target. - Add `#deleteentityvariable [Variable Name]` to delete an entity variable from yourself or your target. - Add `#setentityvariable [Variable Name] [Variable Value]` to set an entity variable for yourself or your target. - Add `#viewentityvariables [Search Criteria]` to view your or your target's entity variables. # Notes - `#setentityvariable` can use multi-word names/values by using double quotes like `#setentityvariable "Test Variable" "Test Value"`. - `#viewentityvariable` does not require a search criteria, not using one shows all entity variables on yourself or your target. * Update viewentityvariables.cpp * Unnecessary parameter. * Consolidate commands. * Update entityvariable.cpp * Update command.cpp * Proper arguments.
This commit is contained in:
@@ -82,6 +82,7 @@ void command_emoteview(Client *c, const Seperator *sep);
|
||||
void command_emptyinventory(Client *c, const Seperator *sep);
|
||||
void command_enablerecipe(Client *c, const Seperator *sep);
|
||||
void command_endurance(Client *c, const Seperator *sep);
|
||||
void command_entityvariable(Client *c, const Seperator *sep);
|
||||
void command_exptoggle(Client *c, const Seperator *sep);
|
||||
void command_faction(Client *c, const Seperator *sep);
|
||||
void command_faction_association(Client *c, const Seperator *sep);
|
||||
|
||||
Reference in New Issue
Block a user