* one teensy fix but imma go do something else quick * yee? * yee? * yee 3 * ah shit * uhhhhhh * oh
13 lines
309 B
Plaintext
13 lines
309 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)
|
|
verbs += GLOB.mentor_verbs
|
|
|
|
/client/proc/remove_mentor_verbs()
|
|
verbs -= GLOB.mentor_verbs |