Script: q_pld_oath

// Oathsworn to the West -- Paladin line I (roadmap: paladin-line-early)
// Reply Script: the PC swears the oath of the West (node 1).
#include "q_pld_inc"

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