if day == 2 and IsObjectInRegion('kan','kopt') then
{this part works when the condition is met}
elseif day == 2 then
I don't see any other problems.
New here? I'm Roha — want a quick tour?
if day == 2 and IsObjectInRegion('kan','kopt') then
{this part works when the condition is met}
elseif day == 2 then