Stutter Bug with Yoshimo romance mod
Ryz009
Member Posts: 100
I'm using the Yoshimo friendship and the romance mod and I'm not sure what caused it but I got the infamous stutter bug.
I used the Stutter debug tool and it's block 18 which is
Least I'm fairly certain that's accurate. I'd appreciate any help with this.
I used the Stutter debug tool and it's block 18 which is
IF
Global("PCYosh","LOCALS",2)
Global("BYoshimo5","LOCALS",0)
See(Player1)
!StateCheck(Player1,STATE_SLEEPING)
Global("YRxAccelerate3","GLOBAL",1)
GlobalTimerExpired("YoshimoTalksPC3","GLOBAL")
THEN
RESPONSE #100
DisplayStringHead(Myself,478181) // Running block 18 of YOSHIMO.BCS
Interact(Player1)
END
Global("PCYosh","LOCALS",2)
Global("BYoshimo5","LOCALS",0)
See(Player1)
!StateCheck(Player1,STATE_SLEEPING)
Global("YRxAccelerate3","GLOBAL",1)
GlobalTimerExpired("YoshimoTalksPC3","GLOBAL")
THEN
RESPONSE #100
DisplayStringHead(Myself,478181) // Running block 18 of YOSHIMO.BCS
Interact(Player1)
END
Least I'm fairly certain that's accurate. I'd appreciate any help with this.
0