-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TSL Compatability, separating componets
- Loading branch information
Showing
30 changed files
with
559 additions
and
567 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// Kachiko Banters | ||
|
||
CHAIN | ||
IF ~InParty("vpkachi") | ||
See("vpkachi") | ||
!StateCheck("vpkachi",CD_STATE_NOTVALID) | ||
!StateCheck("vpsime",CD_STATE_NOTVALID) | ||
CombatCounter(0) | ||
!See([ENEMY]) | ||
RealGlobalTimerExpired("VPSimeKachikoTimer","GLOBAL") | ||
Global("VPSimeKachiko1","GLOBAL",0)~ THEN VPSIMEB SimeKachiko1 | ||
@0 | ||
DO ~SetGlobal("VPSimeKachiko1","GLOBAL",1)~ | ||
== VPKACHIB @1 | ||
== VPSIMEB @2 | ||
== VPKACHIB @3 | ||
== VPSIMEB @4 | ||
EXIT | ||
|
||
CHAIN | ||
IF ~InParty("vpkachi") | ||
See("vpkachi") | ||
!StateCheck("vpkachi",CD_STATE_NOTVALID) | ||
!StateCheck("vpsime",CD_STATE_NOTVALID) | ||
CombatCounter(0) | ||
!See([ENEMY]) | ||
RealGlobalTimerExpired("VPSimeKachikoTimer","GLOBAL") | ||
Global("VPSimeKachiko2","GLOBAL",0)~ THEN VPSIMEB SimeKachiko2 | ||
@5 | ||
DO ~SetGlobal("VPSimeKachiko2","GLOBAL",1)~ | ||
== VPKACHIB @6 | ||
== VPSIMEB @7 | ||
== VPKACHIB @8 | ||
== VPSIMEB @9 | ||
== VPKACHIB @10 | ||
== VPSIMEB @11 | ||
== VPKACHIB @12 | ||
== VPSIMEB @13 | ||
EXIT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
//TS Island Interjections | ||
|
||
EXTEND_BOTTOM PPSAEM %vpsimeppsaemext% | ||
IF ~InParty("vpsime") Global("ThiefGroup","GLOBAL",1)~ THEN REPLY @4 DO ~SetGlobal("Island_War","GLOBAL",1)~ EXTERN VPSIMEJ vpsimetsl0 | ||
END | ||
|
||
CHAIN VPSIMEJ vpsimetsl0 | ||
@14 | ||
END | ||
IF ~~ THEN REPLY @15 EXTERN VPSIMEJ vpsimetsl1 | ||
IF ~~ THEN REPLY @16 EXTERN VPSIMEJ vpsimetsl2 | ||
|
||
CHAIN VPSIMEJ vpsimetsl1 | ||
@17 | ||
DO ~SetGlobal("Kicked_Out","LOCALS",1) | ||
ChangeAIScript("",DEFAULT) | ||
SetLeavePartyDialogFile() | ||
LeaveParty()~ | ||
EXIT | ||
|
||
CHAIN VPSIMEJ vpsimetsl2 | ||
@18 DO ~SetGlobal("Kicked_Out","LOCALS",0)~ | ||
EXIT | ||
|
||
|
||
//Sailoff Dialogue | ||
|
||
EXTEND_BOTTOM PPSAEM 48 | ||
IF ~InParty("vpsime") InParty("vpkachi")~ THEN EXTERN ~PPARAN2~ VPSailOffSime_TSL | ||
END | ||
|
||
CHAIN PPARAN2 VPSailOffSime_TSL | ||
@20 | ||
= #43913 | ||
== PPSAEM #43916 | ||
== VPSIMEJ #43917 | ||
== PPSAEM #43918 | ||
== PPARAN2 #43919 | ||
== PPSAEM #43920 | ||
= #43921 | ||
END | ||
IF ~~ THEN EXTERN VPKACHIJ %vpkachisailoff1% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.