Script: q_clr_oath

// The Flame of Anor -- Cleric line I (roadmap: cleric-line-early)
// Reply Script: the PC takes up the tending of the Secret Fire (node 1).
#include "q_clr_inc"

void main()
{
    CLR_TakeCalling(GetPCSpeaker());
}