Script: q_clr_tok
// The Flame of Anor -- Cleric line I (roadmap: cleric-line-early)
// Reply Script: the PC takes the Reliquary of the Kindled Ember abroad (node 2).
#include "q_clr_inc"
void main()
{
CLR_TakeReliquary(GetPCSpeaker());
}