Hello!
I've started to messing around with World Editor (again) and need some support in some cases, like this one ;].
The Quest looks like that:
To discover quest we need to pick up nearest item. The quest's targets is to pick up other 2 items, which sounds:
- Pick up first item
- Pick up second item
When we pick up first object (when quest is discovered) we get messege:
- Pick up first object (done)
- Pick up second object
etc. And here's the question: is there a simplier way to make this quest by not considering every case in messege when picking up?
I mean you pick up 1 item - you have a messege that one requirement is competed - no problem. You pick up another and you have messege that 2 requirements are completed (but you have to check if any other item was picked up, to show messege correctly). If we would like that, then what if we had 5 items to pick up and quest sounds:
- Pick up 1st item
...
- Pick up 5th item
Then 5! possibilities to consider?! ;/
Link, shown trigger, screen, or anything would be very helpful ;].
I've started to messing around with World Editor (again) and need some support in some cases, like this one ;].
The Quest looks like that:
To discover quest we need to pick up nearest item. The quest's targets is to pick up other 2 items, which sounds:
- Pick up first item
- Pick up second item
When we pick up first object (when quest is discovered) we get messege:
- Pick up first object (done)
- Pick up second object
etc. And here's the question: is there a simplier way to make this quest by not considering every case in messege when picking up?
I mean you pick up 1 item - you have a messege that one requirement is competed - no problem. You pick up another and you have messege that 2 requirements are completed (but you have to check if any other item was picked up, to show messege correctly). If we would like that, then what if we had 5 items to pick up and quest sounds:
- Pick up 1st item
...
- Pick up 5th item
Then 5! possibilities to consider?! ;/
Link, shown trigger, screen, or anything would be very helpful ;].