Tutorial coming soon message
This commit is contained in:
@@ -3666,9 +3666,12 @@ void start_new_game(bool force) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void start_tutorial() {
|
void start_tutorial() {
|
||||||
// Start by using the default party
|
std::string version_flag = get_feature_version("tutorial");
|
||||||
start_new_game(true);
|
if(!version_flag.empty()){
|
||||||
// TODO start the tutorial scenario, which we need to design.
|
// TODO implement the tutorial. If the behavior for launching the tutorial ever changes, update feature flags.
|
||||||
|
}else{
|
||||||
|
showWarning("Tutorial coming soon!");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
location get_cur_direction() {
|
location get_cur_direction() {
|
||||||
|
Reference in New Issue
Block a user