Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
xeno_cwsRomance Trigger
#4
Remember that this change alone may be not enough for actual romance talks to trigger after the friendship talks are finished. As I said, they are checked later on:

IF
InParty(Myself)
GlobalGT("L#LannaQuest","GLOBAL",26)
Global("L#LannaRomanceMatch","GLOBAL",1)
!Global("L#LannaRelationKiller","GLOBAL",1)
Global("L#LannaRomanceSituation_A","GLOBAL",1)
Global("L#LannaRomanceSituation_B","GLOBAL",1)
Global("L#LannaRomanceSituation_C","GLOBAL",1)
Global("L#LannaRomanceActive","GLOBAL",0)
Global("L#LannaRomanceTalk","GLOBAL",0)
THEN
RESPONSE #100
RealSetGlobalTimer("L#LannaRomanceTime","GLOBAL",1600)
SetGlobal("L#LannaRomanceActive","GLOBAL",1)
SetGlobal("L#LannaRomanceTalk","GLOBAL",1)
END
  


Messages In This Thread
Romance Trigger - by xeno_cws - 07-10-2024, 03:34 AM
RE: Romance Trigger - by Lava - 07-10-2024, 12:31 PM
RE: Romance Trigger - by xeno_cws - 07-13-2024, 06:24 AM
RE: Romance Trigger - by Lava - 07-13-2024, 12:14 PM

Forum Jump:


Users browsing this thread:
1 Guest(s)

Romance Trigger00