From ec5a6c65d5800934448a04bd723f4ad776465681 Mon Sep 17 00:00:00 2001 From: amibu Date: Mon, 9 Oct 2017 15:34:41 +0200 Subject: [PATCH] Indentation --- scripts/chai/CmnDef/CmnDefCutSceneReplay.chai | 39 ++++---- scripts/chai/CmnDef/CmnDefInnBed.chai | 92 +++++++++---------- scripts/chai/CmnDef/HouFurOrchestrion.chai | 26 +++--- 3 files changed, 80 insertions(+), 77 deletions(-) diff --git a/scripts/chai/CmnDef/CmnDefCutSceneReplay.chai b/scripts/chai/CmnDef/CmnDefCutSceneReplay.chai index e49fdefe..6f390751 100644 --- a/scripts/chai/CmnDef/CmnDefCutSceneReplay.chai +++ b/scripts/chai/CmnDef/CmnDefCutSceneReplay.chai @@ -2,33 +2,36 @@ class CmnDefCutSceneReplayDef { - def CmnDefCutSceneReplayDef() - { - this.id = 721028; - } - - def Scene00000( player ) - { - player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, + def CmnDefCutSceneReplayDef() + { + this.id = 721028; + } + + def Scene00000( player ) + { + player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, fun( player, eventId, param1, param2, param3 ) { - CmnDefCutSceneReplay.Scene00001( player, param2 ); + if( param2 != 0 ) + { + CmnDefCutSceneReplay.Scene00001( player, param2 ); + } }); - } + } - def Scene00001( player, returnScene ) - { - player.eventPlay( this.id, 1, 0xFB2EC8F8/*flags*/, 0/*unk*/, 1, returnScene, + def Scene00001( player, returnScene ) + { + player.eventPlay( this.id, 1, 0xFB2EC8F8/*flags*/, 0/*unk*/, 1, returnScene, fun( player, eventId, param1, param2, param3 ) { }); - } + } - def onTalk( eventId, player, actorId ) - { - this.Scene00000( player ); - } + def onTalk( eventId, player, actorId ) + { + this.Scene00000( player ); + } }; diff --git a/scripts/chai/CmnDef/CmnDefInnBed.chai b/scripts/chai/CmnDef/CmnDefInnBed.chai index 7cf96199..4ea1ba9c 100644 --- a/scripts/chai/CmnDef/CmnDefInnBed.chai +++ b/scripts/chai/CmnDef/CmnDefInnBed.chai @@ -2,60 +2,60 @@ class CmnDefInnBedDef { - def CmnDefInnBedDef() - { - this.id = 720916; - } - - def Scene00000( player ) //Menu - { - player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, - fun( player, eventId, param1, param2, param3 ) + def CmnDefInnBedDef() + { + this.id = 720916; + } + + def Scene00000( player ) //Menu + { + player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, + fun( player, eventId, param1, param2, param3 ) + { + if( param2 > 1 ) { - if( param2 > 1 ) - { - CmnDefInnBed.Scene00001( player, param2 ); - } - - }); - } + CmnDefInnBed.Scene00001( player, param2 ); + } + + }); + } - def Scene00001( player, what ) //Lay down - { - player.eventPlay( this.id, 1, 0xF32E48F8/*flags*/, 0/*unk*/, 1/*unk*/, what, - fun( player, eventId, param1, param2, param3 ) - { - CmnDefInnBed.Scene00002( player, param2 ); - }); - } + def Scene00001( player, what ) //Lay down + { + player.eventPlay( this.id, 1, 0xF32E48F8/*flags*/, 0/*unk*/, 1/*unk*/, what, + fun( player, eventId, param1, param2, param3 ) + { + CmnDefInnBed.Scene00002( player, param2 ); + }); + } - def Scene00002( player, what ) //Log out - { - player.eventPlay( this.id, 2, 0xF32E48F8/*flags*/, 0/*unk*/, 1/*unk*/, what, - fun( player, eventId, param1, param2, param3 ) - { + def Scene00002( player, what ) //Log out + { + player.eventPlay( this.id, 2, 0xF32E48F8/*flags*/, 0/*unk*/, 1/*unk*/, what, + fun( player, eventId, param1, param2, param3 ) + { - }); - } + }); + } - def Scene00100( player ) //Wake up - { - player.eventPlay( this.id, 100, 0xF32E48F8/*flags*/, 0/*unk*/, 0/*unk*/, - fun( player, eventId, param1, param2, param3 ) - { + def Scene00100( player ) //Wake up + { + player.eventPlay( this.id, 100, 0xF32E48F8/*flags*/, 0/*unk*/, 0/*unk*/, + fun( player, eventId, param1, param2, param3 ) + { - }); - } + }); + } - def onTalk( eventId, player, actorId ) - { - this.Scene00000( player ); - } + def onTalk( eventId, player, actorId ) + { + this.Scene00000( player ); + } - def onEnterTerritory( eventId, player, param1, param2 ) - { - this.Scene00100( player ); - } + def onEnterTerritory( eventId, player, param1, param2 ) + { + this.Scene00100( player ); + } }; diff --git a/scripts/chai/CmnDef/HouFurOrchestrion.chai b/scripts/chai/CmnDef/HouFurOrchestrion.chai index 0cc7fe7d..adc60f55 100644 --- a/scripts/chai/CmnDef/HouFurOrchestrion.chai +++ b/scripts/chai/CmnDef/HouFurOrchestrion.chai @@ -2,24 +2,24 @@ class HouFurOrchestrionDef { - def HouFurOrchestrionDef() - { - this.id = 721226; - } - - def Scene00000( player ) - { - player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, + def HouFurOrchestrionDef() + { + this.id = 721226; + } + + def Scene00000( player ) + { + player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/, fun( player, eventId, param1, param2, param3 ) { }); - } + } - def onTalk( eventId, player, actorId ) - { - this.Scene00000( player ); - } + def onTalk( eventId, player, actorId ) + { + this.Scene00000( player ); + } };