1. add a new npc in cq_npc
2. add a new script for the npc in cq_action (look at another npc to see how it look like)
3. in cq_npc there is a task0 column. put the first cq_action ID from the action script u just created
4. add a new line in cq_task and put the action id in here as well
finished