My entire request is as follows (line-by-line in Notepad++):
quest024 = {
code = '024',
questreq = true,
shortdescription = "Test Title",
description = 'Test Description. ',
reqs = [['sex', 'eq', 'female'], ['obed', 'gte', 50], ['beauty', 'gte', 60], ['char', 'gte', 20]],
reqstemp = [],
time = round(rand_range (20,40)),
reward = round(rand_range (175, 225))*10,
location = ['any'],
difficulty = 'medium'
},
I've compared it a good 20+ times to other quests but can't figure out the problem.