Script: q_post_c1t
// Hobbit Post (roadmap: hobbit-post)
// StartingConditional on recipient 1's bonus-accept entry: the parcel is
// mislabelled and they are its true recipient.
#include "q_post_inc"
int StartingConditional()
{
return QP_IsTrue(GetPCSpeaker(), 1);
}