|
@@ -2012,6 +2012,15 @@ if $ARGS[0] = 'emergency':
|
|
|
cla
|
|
|
if StoryLine = 1:act 'Go to Pavlovsk':gt 'pav_residential'
|
|
|
act 'Go to City Residental':gt 'city_residential'
|
|
|
+ act 'Remove all mods':
|
|
|
+ killqst
|
|
|
+ set mod_list=0
|
|
|
+ killvar '$mod_name'
|
|
|
+ killvar '$mod_version'
|
|
|
+ killvar '$mod_author'
|
|
|
+ killvar '$mod_desc'
|
|
|
+ killvar '$mod_opt'
|
|
|
+ end
|
|
|
if $loc ! '' and $loc_arg ! '':
|
|
|
act 'Cancel':gt $loc, $loc_arg
|
|
|
elseif $loc ! '':
|