Jump to content


Photo

Fix for stutter bug in V3.1


  • Please log in to reply
No replies to this topic

#1 Miss Sakaki

Miss Sakaki

    Modder

  • Modder
  • 505 posts

Posted 03 February 2007 - 10:16 AM

This fixes a bug where Nathaniel didn't move correctly after the fifth lovetalk. Open up Nathaniel-SoA/script/FHNAT.baf in a word processing program and replace the final block of text with this:

IF
Global("FHNathFlirtsStartSoA","LOCALS",0)
OR(2)
Global("NathRomanceActive","GLOBAL",1)
Global("NathRomanceActive","GLOBAL",2)
GlobalGT("NathLoveTalk","LOCALS",8)
THEN
RESPONSE #100
SetGlobal("FHNathFlirtsStartSOA","LOCALS",1)
RealSetGlobalTimer("FHNathFlirt","LOCALS",1000)
END

Then reinstall the mod.

Edited by Miss Sakaki, 04 February 2007 - 03:47 AM.