Script: q_wiz_oath

// The Colour of Power -- Wizard line I (roadmap: wizard-line-early)
// Reply Script: the PC takes up the study of the Colour of Power (node 1).
#include "q_wiz_inc"

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