#Help editing Kanda Confessional to not take a time slot
4 messages · Page 1 of 1 (latest)
the script for the confession booth is in field/hit/fhit_010_004_00.bf, you just want to scroll to the bottom of the Sub_ConfessRoom_Start function and replace CALL_CALENDAR() with CALL_FIELD(10, 4, 0, 0)
alternitivley you could remove the if its in and use the debug dates existing call field
Worked perfectly, thx a bunch!