Hmm, the elif you give is for the next step. The correct one is:this is what it says in hints
$ cs_hint = "I should check on Detective Keegan."
elif cs_event_30 >= 1 and cs_event_31 <= 1:
i think im supposed to do something with chrys but cant figure out what
Code:
elif cs_event_30 >= 1 and mk_event_1 <= 1:
$ cs_hint = "I should check on Detective Keegan."
Code:
label miranda_event_1:
hide screen calendar
$ mk_event_1 = 10
$ timeofday = 3
$ mk_value += 1
"{i}Your cellphone vibrates.{/i}"
play sound "audio/effects/cellphone_vibrate.ogg"
"{i}You answer it.{/i}"
p "Hello?"
dk "[p], this is [dk]. I need you to come Nierhaven Medical."
p "The hospital? Is everything all right?"
...