Jump to content

Viconia Romance


cirerrek

Recommended Posts

You are on the money, Big Rob. I found this in baldur.bcs, looks like if I just add

 

Race(Player1,ELF), and change the OR to OR(5) and I'm set.

 

Baldur.bcs

IF
Global("ViconiaMatch","GLOBAL",0)
Global("CheckViconiaMatch","GLOBAL",0)
Gender(Player1,MALE)
OR(4)
 Race(Player1,HUMAN)
 Race(Player1,HALF_ELF)
 Race(Player1,HALFLING)
 Race(Player1,HALFORC)
THEN
RESPONSE #100
 SetGlobal("CheckViconiaMatch","GLOBAL",1)
 SetGlobal("ViconiaMatch","GLOBAL",1)
END

 

Thanks,

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...