core
Procs | |
list_getmobs | Returns a LIST of the MOBS in one of the depot area's lists. |
---|---|
list_show | Returns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with ", " |
list_shownames | Returns a LIST of the NAMES of the mobs in the provided list. |
Proc Details
list_getmobs
Returns a LIST of the MOBS in one of the depot area's lists.
E.g. list_getmobs(depotarea.guard_list) returns a list of the extra guard mobs in the depot. Arguments:
- list/L, the list of UIDs from which to draw members
- show_ckeys, bool, if true will display ckeys in addition to names
list_show
Returns a STRING, containing the NAMES of the mobs in the provided list, JOINED together with ", "
E.g. list_show(depotarea.guard_list) returns a string like: "Syndicate Backup (123), Syndicate Backup(456), Syndicate Backup(789)", etc. Arguments:
- list/L, the list of UIDs from which to draw members
- show_ckeys, bool, if true will display ckeys in addition to names
list_shownames
Returns a LIST of the NAMES of the mobs in the provided list.
E.g. list_shownames(depotarea.guard_list) returns a list of the names of extra guard mobs in depot. Arguments:
- list/L, the list of UIDs from which to draw members
- show_ckeys, bool, if true will display ckeys in addition to names