5 people found this review helpful
Recommended
0.0 hrs last two weeks / 21.2 hrs on record
Posted: 24 Mar, 2018 @ 9:06pm
Updated: 24 Mar, 2018 @ 9:07pm

// Is Wolfenstein II for you, perhaps? play = false; if ( (singlePlayer && narrative) > multiplayer ) { if ( you.like( "Shooting Nazis" ) ) { play = true; } if ( you.dontMind( "Games with a message" ) ) { play = true; } if ( you.like( "Dramatic AND funny stories" ) ) { play = true; } } return play;
Was this review helpful? Yes No Funny Award
3 Comments
Null Proxima 25 Mar, 2018 @ 2:36pm 
haha. Touche.
Janio 24 Mar, 2018 @ 10:50pm 
Ah, but this is checked by an upper function before calling this script ;)
Null Proxima 24 Mar, 2018 @ 10:27pm 
Funny :) you should add an if (you.haveTime) condition. I might be uncomfortable passing myself into a function that directly accesses my state of playing this game if I might have something else that i need to be doing.