Facing issue with door, here is the problem cycle.
1. close door
2. walk off screen
3. walk back onto screen
4. door opened
This is the aftermath of a previous problem where the door would flicker opened and closed, somebody told me to use this to remedy it.
{Code: ags
my current issue only happened as a result of this code, any alternative solutions?
1. close door
2. walk off screen
3. walk back onto screen
4. door opened
This is the aftermath of a previous problem where the door would flicker opened and closed, somebody told me to use this to remedy it.
{
function room_Load()
{
SetBackgroundFrame(0);
}
my current issue only happened as a result of this code, any alternative solutions?