Script: q_pld_tok

// Oathsworn to the West -- Paladin line I (roadmap: paladin-line-early)
// Reply Script: the PC takes the Sealed Oath of Fealty abroad (node 2).
#include "q_pld_inc"

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