Is that possible to support some quests with the random question and answer!?
I copy some quests from the cvs database and make some change for testing:
| 505 | 505 | P:quest2
Tester: What is the type of Car?[none, verb]
Assign Quest
...
P: none
T: OMG you did it! I can't believe it.
Give 1 Tria
|
| 506 | 506 | P:quest2
Tester: What is the type of run?[none, verb]
Assign Quest
...
P: verb
T: OMG you did it! I can't believe it.
Give 1 Tria
OK! Now if i talk with npc "Tester" "quest2", the quest come up will be random.
But there have one big question,
Tester: What is the type of run?[none, verb]
The answer should be none.
however if i answer verb or none, i will still get correct.
That mean PS mix both answer of quest2 together.
So my question is: is it PS cannot support random question, or it can support but what i do is no currect!?