[fixed] - act was in the wrong location and was being cleared - bug reported on tfgames.site by Verina - vanr2x module - spectre1viper
@@ -1,9 +1,5 @@
# vanr2x
CLOSE ALL
-act 'To the corridor':
- gt'korr2x'
-end
-
$metka = ''
$loc = 'vanr2x'
@@ -26,5 +22,7 @@ gs 'themes', 'indoors'
gs 'din_van', 'private'
gs 'din_van', 'misery'
+act 'Leave Bathroom': gt 'korr2x'
+
--- vanr2x ---------------------------------