Jump to content


Photo

Romance Codes


  • Please log in to reply
4 replies to this topic

#1 Sticz

Sticz

    Monkey - In the time of Chimpanzees

  • Member
  • 385 posts

Posted 22 October 2004 - 04:31 PM

Im setting up an NPC encounter and want to have it progress the NPC romance timer, but only have found the cheat code command line.
What is the command line to set a global timer for 1?

IE VICONIAROMANCE,GLOBAL,1? I dont know the actual code to put into the script when finished.

Sticz
"For a crazy person, you don't drool much." Complement from Dilbert's Wally.

#2 Kismet

Kismet

    Mild Thang

  • Member
  • 348 posts

Posted 22 October 2004 - 04:35 PM

If you're advancing Viconia's romance then the command to expire the timer would be SetGlobal("ViconiaRomance","GLOBAL",1) If you're the romance is for you own NPC then you'd replace "ViconiaRomance" with whatever you called your timer.

#3 Sticz

Sticz

    Monkey - In the time of Chimpanzees

  • Member
  • 385 posts

Posted 22 October 2004 - 04:41 PM

Is there a command before it, IE SET GLOBAL, etc.? Or can I just insert

("ViconiaRomance","GLOBAL",1)

Sticz
"For a crazy person, you don't drool much." Complement from Dilbert's Wally.

#4 Kismet

Kismet

    Mild Thang

  • Member
  • 348 posts

Posted 22 October 2004 - 06:01 PM

If you're advancing Viconia's romance then the command to expire the timer would be SetGlobal("ViconiaRomance","GLOBAL",1)  If you're the romance is for you own NPC then you'd replace "ViconiaRomance" with whatever you called your timer.

View Post



As I said...

#5 Sticz

Sticz

    Monkey - In the time of Chimpanzees

  • Member
  • 385 posts

Posted 22 October 2004 - 06:04 PM

If you're advancing Viconia's romance then the command to expire the timer would be SetGlobal("ViconiaRomance","GLOBAL",1)  If you're the romance is for you own NPC then you'd replace "ViconiaRomance" with whatever you called your timer.

View Post



As I said...

View Post



Oh, ok, so Im kinda slow then, got it =)

Sticz
"For a crazy person, you don't drool much." Complement from Dilbert's Wally.