Files
2020-09-02 17:52:47 +03:00

14 lines
325 B
Plaintext

GLOBAL_LIST_INIT(mentor_verbs, list(
/client/proc/cmd_mentor_say,
/client/proc/show_mentor_memo,
/client/proc/cmd_mentor_dementor
))
GLOBAL_PROTECT(mentor_verbs)
/client/proc/add_mentor_verbs()
if(mentor_datum)
add_verb(src, GLOB.mentor_verbs)
/client/proc/remove_mentor_verbs()
remove_verb(src, GLOB.mentor_verbs)