hi , I'm making a textbased game right now and I want it to react on key words . for example :

Code:
    char sent20[] = "the elf leads you to the throne room";    

printf(sent20);
how can I manipulate the program to make elf green in the out put and throne room for example blue ?

thanks ... I hope :P