i mean that's a mod feature so if don't have the mod it doesn't work
you could just need to add the cheat to the "mods" text file in the mod folder
just enter
"cheats"
(no quats) on a new line
OR
you had my bullcrap problem and have this godamn line
Code:
interaction !change_npc_likes(char:MC, char:T)
appearing twice in the code cancelling each other out and not appearing
you need to change one of the lines to something like
Code:
interaction !change_npc_likes_a(char:MC, char:T)
so it will register as a new command