|
@@ -30,17 +30,17 @@ if $curloc = 'bedrPar':
|
|
|
end
|
|
|
|
|
|
!entry point 4: access in-mod location
|
|
|
-if $curloc = 'pavResidential':
|
|
|
+if $curloc = 'pav_residential':
|
|
|
act '[mod]Chase the rabbit':
|
|
|
- gt 'mod_isample_pavResidential'
|
|
|
+ gt 'mod_isample_pav_residential'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $curloc = 'street':
|
|
|
+if $curloc = 'city_residential':
|
|
|
act '[mod]Jump into rabit hole':
|
|
|
*clr & cla
|
|
|
'[mod]Suddenly, everything blank out'
|
|
|
- gs 'mod_isample_street'
|
|
|
+ gs 'mod_isample_city_residential'
|
|
|
end
|
|
|
end
|
|
|
--- mod_isample ---------------------------------
|