@@ -12,7 +12,7 @@ party_accompany = function(s, value)
end;
party_follow = function(s)
if (where(pl).cutscene) then
if (where(pl).cutscene or where(pl).not_follow) then
elseif (where(pl).leviathan) then
if (stead.nameof(where(s)) ~= s.home) then
move(s, s.home, where(s));
@@ -284,6 +284,7 @@ end;
function cutscene(nam, disp, dsc, nxt, entered)
return room {
nam = nam;
not_follow = true;
disp = disp;
entered = entered;
hideinv = true;
@@ -300,6 +301,7 @@ function lcutscene(nam, disp, dsc, msg,
var {
state = 0;
};
enter = function(s)
Status change: