// Core functions // Some setup is required // BSQuestion(quest state) function script BSQuestion { switch (getarg(0)) { case 3: case 4: return BS_QVISITOR; case 5: case 8: return BS_QHELPER; case 6: case 7: case 9: case 10: return BS_QVISITOR | BS_QHELPER; } return 0; }