SCTX |
scn SE07ADarkSeducerEliteQuartersGuard01Script
;This script is used for the Guard Patrol outside of Syl's Private Bedchambers
;At the beginning of each package, a variable is set and the guard is EVP'd, so they may pass into the next package smoothly
;At the end of the last package, the variable is reset so the process may repeat
begin OnPackageEnd SE07ADSEliteGuard01Patrol01
Set SE07A.Guard01Go to 1
Evp
end
begin OnPackageEnd SE07ADSEliteGuard01Patrol02
Set SE07A.Guard01Go to 2
Evp
end
begin OnPackageEnd SE07ADSEliteGuard01Patrol03
Set SE07A.Guard01Go to 3
Evp
end
begin OnPackageEnd SE07ADSEliteGuard01PatrolEnd
Set SE07A.Guard02Go to 0
Evp
end |