Posts:
248
Threads:
41
Joined:
Jan 2014
Reputation:
08-06-2014, 12:39 AM
(This post was last modified: 15-11-2017, 06:47 PM by Rasmus.)
I've noticed that if you already know what the dark mother will ask you to do in the tutorial and do it before hand, you'll get the congratulations message anyway, even if he didn't get to ask you to do it before hand.
This may lead to confusion if new players happen to complete said actions by mistake. Unlikely to happen with the room digging orders, but may happen with the "camera master" or the shovel/pickaxe instructions.
Maybe there shouldn't be an "if...then" checking for task completion until they are actually spoken?
Posts:
1.606
Threads:
62
Joined:
Jun 2013
Reputation:
Perhaps wrapping the tutorial task done check in an "is this task active yet" check, so have a nested if then else block, outer block checks if the tutorial task is active, and the inner checks if it is completed. That way the game can't even check if the task is completed until it's active.
![[Image: 11619898803_7d3a89e6bd_n.jpg]](http://farm4.staticflickr.com/3683/11619898803_7d3a89e6bd_n.jpg)
The Golden One!
Posts:
4.248
Threads:
274
Joined:
Sep 2013
Reputation:
There is a state that handle this, the issue is that the first objective comes into play directly in the game, which mean that the xml file tells the DM to start speaking from start and the "check" get executed. But as the dark mother is busy spewing out creatures she will not speak, and in the meanwhile the player finish the objective and as the xml file has the "check" it will tell the DM to say "Good Job".
It is a little tricky.. But it can probably be solved if the the "checking" comes in once the DM start speaking and not when she gets the order to speak.
Posts:
4.248
Threads:
274
Joined:
Sep 2013
Reputation:
I will mark this one as solved as the tutorial will be replaced with campaigns.