10-24-2023, 05:09 PM
Hey Lava,
I have an issue when it seems that Yoshimo is about to say something to me but nothing happens but it seems to go on a loop cause I can't save and my char is turning to Yoshimo
I googled that it's called statter, I downloaded a Stutter_Debug_Tool to see what script is in a loop (Running block 17 of YOSHIMO.BCS) and found it with a help of NearInfinity app:
SetGlobal("YRxAccelerate3","GLOBAL",1)
SetGlobalTimer("YoshimoTalksPC3","GLOBAL",THREE_DAYS)
END
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,435224) // Running block 17 of YOSHIMO.BCS
Interact(Player1)
END
IF
Global("YoshimoMatch","GLOBAL",1)
Global("YoshimoFriendshipVsRomamnce","GLOBAL",0)
Could you please help with it?
I have an issue when it seems that Yoshimo is about to say something to me but nothing happens but it seems to go on a loop cause I can't save and my char is turning to Yoshimo
I googled that it's called statter, I downloaded a Stutter_Debug_Tool to see what script is in a loop (Running block 17 of YOSHIMO.BCS) and found it with a help of NearInfinity app:
SetGlobal("YRxAccelerate3","GLOBAL",1)
SetGlobalTimer("YoshimoTalksPC3","GLOBAL",THREE_DAYS)
END
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,435224) // Running block 17 of YOSHIMO.BCS
Interact(Player1)
END
IF
Global("YoshimoMatch","GLOBAL",1)
Global("YoshimoFriendshipVsRomamnce","GLOBAL",0)
Could you please help with it?