ID:267758
 
How would i add a code line where only two certains things can get you it eg - If your an orc with 15 str you may get the quest and if your not orc with 15 str it does not work how would i do that?
if (src.race == "Orc" && src.str >= 15)
In response to Aridale
Thanks for ya help ^.^