Script: q_post_c3t

// Hobbit Post (roadmap: hobbit-post)
// StartingConditional on recipient 3's bonus-accept entry: the parcel is
// mislabelled and they are its true recipient.
#include "q_post_inc"

int StartingConditional()
{
    return QP_IsTrue(GetPCSpeaker(), 3);
}