Triggered animation problems

If you feel like you're up to the challenge of building your own Ages in Blender or 3ds Max, this is the place for you!

Triggered animation problems

Postby Justintime9 » Wed Apr 22, 2009 2:04 pm

I've been working on getting a door in my age to open when the explorer presses a button, via Quickscripts. I have my SDL file, python file, and everything else required for it to work.

I've gotten triggered animations to work before, in annother age I'm working on, so I know how to do it. However, while I did everything required for it to work, it still doesn't! The door's an actor, the avatar animation to push the button works fine, but it doesn't trigger the door open animation. The journal works, so I know it's not the python file.
Here's my AlcScript:
Code: Select all
AnimDoor:
    animations:
        - name: DoorAnim
          autostart: 0
          loop: 0
   
DoorButton:
    quickscript:
        stateanimation:
            objectname: AnimDoor
            region: ButtonRegion
            sdlname: DoorOpen
            avatar:
                animation: DoorButtonTouch
                animtarget: ButtonEmpty
            forewards:
                animation: DoorAnim
            backwards:
                animation: DoorAnim


AnimDoor is the name of my door, DoorAnim is my animation, and DoorButton is my button.
I have a python file (created by file > New > python file, and changed "MyResponder" to the name of my age, and given it an ID. I also have a Journal, so the "MyAge.py" is in the Pak file along with the "BookGUI", "PageDef" and "Journals".
Here's my SDL file:
Code: Select all
# Remember not to delete the existing versions when creating new SDL versions!
# Doing so could *corrupt* the vault!

STATEDESC SparklingPalace
{
    VERSION 1
   
    VAR BOOL    DoorOpen[1]    DEFAULT=0
}

Now, one thing that my be important, is the Python file of my other age (the one that the triggered animations worked in), seems to be in a different form than the python file generated by PlasmaShop. I assumed it was just the same thing laid out a bit differently. Anyone know what my problem is?
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: Triggered animation problems

Postby Robert The Rebuilder » Wed Apr 22, 2009 6:39 pm

Justin:

I don't think QuickScript allows you to indicate the animation "marker" (i.e. at what point in the avatar animation to trigger an event, such as another animation). So, I recommend using the full AlcScript.

There's an example of pushing a door button in the Avatar Animations Wiki article. The Saving Object Animation States article describes how to properly use xAgeSDLBoolToggle and xAgeSDLBoolRespond for what you're doing.
Can we rebuild it? Yes, we can - here's how.

MOULagain KI# 1299

Myst Movie coming soon - spread the word!
User avatar
Robert The Rebuilder
 
Posts: 1383
Joined: Sat Sep 29, 2007 7:24 am
Location: Virginia, US

Re: Triggered animation problems

Postby Justintime9 » Thu Apr 23, 2009 3:39 am

It's worked for me twice before, why would it be different this time?
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: Triggered animation problems

Postby D'Lanor » Thu Apr 23, 2009 11:31 am

I don't see anything wrong with the quickscript. Could you post your Python.0.elf file?

The stateanimation quickscript does support callback markers but in the latest version you have to specify it separately. See this wiki article.

Code: Select all
DoorButton:
    quickscript:
        stateanimation:
            objectname: AnimDoor
            region: ButtonRegion
            sdlname: DoorOpen
            avatar:
                animation: DoorButtonTouch
                animtarget: ButtonEmpty
                marker: DoorButtonTouch
            forewards:
                animation: DoorAnim
            backwards:
                animation: DoorAnim
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
D'Lanor
 
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Triggered animation problems

Postby Justintime9 » Thu Apr 23, 2009 12:04 pm

Here's the part of the file after I linked to my age (the forum wouldn't let me post the whole thing):
Code: Select all
(04/21 15:30:01) psnlBookshelf.IGetAgeFromBook():   picked book goes to Link26
(04/21 15:30:01) psnlBookshelf.OnNotify():   send message - show client 20001 age Link26
(04/21 15:30:01) Building up Linking book Link26
(04/21 15:30:01) Link: SparklingPalace:LinkInPointDefault() - SparklingPalace []
(04/21 15:30:01) Parsing condition....
(04/21 15:30:01) INFO: Age 'SparklingPalace' does have data files available on this host
(04/21 15:30:01) Condition passed.... showing link
(04/21 15:30:01) Building ULMLinkData entry
(04/21 15:30:01) Linking image empty, using black swirl instead
(04/21 15:30:01) Setting xAgeLinkingBooks entry:
(04/21 15:30:01) (0, 1.0, 1.0, '', '%s%s<font size=28 face=Uru ><p align=center>SparklingPalace\n\n<font size=24 face=Uru>SparklingPalace<pb><img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=100 blend=alpha>')
(04/21 15:30:01) Setting xLinkDestinations entry
(04/21 15:30:01) Setting xLinkingPages entry
(04/21 15:30:01) <pb><font size=28 face=Uru ><p align=center>SparklingPalace

(04/21 15:30:01) <font size=24 face=Uru>SparklingPalace<pb> <img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=%d blend=alpha>
(04/21 15:30:01) Setting ULMBookAges entry
(04/21 15:30:01) Setting SpawnPoint Dictionaries
(04/21 15:30:01) ULM spawnpoint title and name, {100: 'linknameSparklingPalaceLinkInPointDefault'} {100: 'LinkInPointDefault'}
(04/21 15:30:01) Link: SpriteGallery:LinkInPointDefault() -  []
(04/21 15:30:01) Parsing condition....
(04/21 15:30:01) INFO: Age 'SpriteGallery' does have data files available on this host
(04/21 15:30:01) Condition passed.... showing link
(04/21 15:30:01) Building ULMLinkData entry
(04/21 15:30:01) Linking image empty, using black swirl instead
(04/21 15:30:01) Setting xAgeLinkingBooks entry:
(04/21 15:30:01) (0, 1.0, 1.0, '', '%s%s<font size=28 face=Uru ><p align=center>SpriteGallery\n\n<font size=24 face=Uru><pb><img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=100 blend=alpha>')
(04/21 15:30:01) Setting xLinkDestinations entry
(04/21 15:30:01) Setting xLinkingPages entry
(04/21 15:30:01) <pb><font size=28 face=Uru ><p align=center>SpriteGallery

(04/21 15:30:01) <font size=24 face=Uru><pb> <img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=%d blend=alpha>
(04/21 15:30:01) Setting ULMBookAges entry
(04/21 15:30:01) Setting SpawnPoint Dictionaries
(04/21 15:30:01) ULM spawnpoint title and name, {100: 'linknameSparklingPalaceLinkInPointDefault', 101: 'linknameSpriteGalleryLinkInPointDefault'} {100: 'LinkInPointDefault', 101: 'LinkInPointDefault'}
(04/21 15:30:01) Link: DoorKickable:LinkInPointDefault() - DoorKickable []
(04/21 15:30:01) Parsing condition....
(04/21 15:30:01) INFO: Age 'DoorKickable' does have data files available on this host
(04/21 15:30:01) Condition passed.... showing link
(04/21 15:30:01) Building ULMLinkData entry
(04/21 15:30:01) Linking image empty, using black swirl instead
(04/21 15:30:01) Setting xAgeLinkingBooks entry:
(04/21 15:30:01) (0, 1.0, 1.0, '', '%s%s<font size=28 face=Uru ><p align=center>DoorKickable\n\n<font size=24 face=Uru>DoorKickable<pb><img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=100 blend=alpha>')
(04/21 15:30:01) Setting xLinkDestinations entry
(04/21 15:30:01) Setting xLinkingPages entry
(04/21 15:30:01) <pb><font size=28 face=Uru ><p align=center>DoorKickable

(04/21 15:30:01) <font size=24 face=Uru>DoorKickable<pb> <img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=%d blend=alpha>
(04/21 15:30:01) Setting ULMBookAges entry
(04/21 15:30:01) Setting SpawnPoint Dictionaries
(04/21 15:30:01) ULM spawnpoint title and name, {100: 'linknameSparklingPalaceLinkInPointDefault', 101: 'linknameSpriteGalleryLinkInPointDefault', 102: 'linknameDoorKickableLinkInPointDefault'} {100: 'LinkInPointDefault', 101: 'LinkInPointDefault', 102: 'LinkInPointDefault'}
(04/21 15:30:01) ULM: ULMLinkData: {'linknameDoorKickableLinkInPointDefault': ('DoorKickable', 'LinkInPointDefault', 'DoorKickable', ''), 'linknameSpriteGalleryLinkInPointDefault': ('SpriteGallery', 'LinkInPointDefault', '', ''), 'linknameSparklingPalaceLinkInPointDefault': ('SparklingPalace', 'LinkInPointDefault', 'SparklingPalace', '')}
(04/21 15:30:01) {100: 'linknameSparklingPalaceLinkInPointDefault', 101: 'linknameSpriteGalleryLinkInPointDefault', 102: 'linknameDoorKickableLinkInPointDefault'}
(04/21 15:30:01) {100: 'LinkInPointDefault', 101: 'LinkInPointDefault', 102: 'LinkInPointDefault'}
(04/21 15:30:01) <font size=28 face=Uru ><p align=center>SparklingPalace

(04/21 15:30:01) <font size=24 face=Uru>SparklingPalace<pb><img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=100 blend=alpha><pb><font size=28 face=Uru ><p align=center>SpriteGallery

(04/21 15:30:01) <font size=24 face=Uru><pb> <img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=101 blend=alpha><pb><font size=28 face=Uru ><p align=center>DoorKickable

(04/21 15:30:01) <font size=24 face=Uru>DoorKickable<pb> <img src="xLinkPanelBlackVoid*1#0.hsm" align=center link=102 blend=alpha>
(04/21 15:30:01) DEBUG: psnlBahroPoles.OnNotify():   id = 40
(04/21 15:30:01) DEBUG: psnlBahroPoles.OnNotify: received variable event from bookshelf - Link26,25
(04/21 15:30:03) psnlBookshelf: Received a message from the Book GUI:  ILink,LinkInPointDefault,linknameSparklingPalaceLinkInPointDefault
(04/21 15:30:03) psnlBookshelf: SpawnPointName =  LinkInPointDefault  SpawnPointTitle =  linknameSparklingPalaceLinkInPointDefault
(04/21 15:30:03) psnlBookshelf.IResetShelf:   Resetting shelf
(04/21 15:30:03) psnlBookshelf.IGetAgeFromBook():   picked book goes to Link26
(04/21 15:30:03) ULM Link to  linknameSparklingPalaceLinkInPointDefault
(04/21 15:30:03) Link goes to:  SparklingPalace LinkInPointDefault
(04/21 15:30:03) xLinkingBookGUI.OnNotify():   psnlBookshelf user id 20001 selected book ILink,LinkInPointDefault,linknameSparklingPalaceLinkInPointDefault from the shelf
(04/21 15:30:03) psnlBookshelf: Received a message from the Book GUI:  IShelveBook
(04/21 15:30:03) xLinkingBookGUI.OnNotify():   psnlBookshelf user id 1 selected book IShelveBook from the shelf
(04/21 15:30:07) psnlBookshelf.IGetAgeFromBook():   picked book goes to Link26
(04/21 15:30:07) psnlBookshelf.IGetAgeFromBook():   picked book goes to Link26
(04/21 15:30:07) returns link element associated with global objBookPicked or None  Link26
(04/21 15:30:07) found a city book link: GreatZero grtzGrtZeroLinkRm
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Laki ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Zephyr_Cove ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Gira boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: SecretAge ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: KveerMOUL ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Ercana boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Plateau Forest ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Castle2 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Hayal ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: galamay ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Zefora ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: katoslab ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Neighborhood boolInMyAge: 0 getLocked(): 1 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: yinfara_glass_temple_testing_release3 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: World ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Negilahn boolInMyAge: 0 getLocked(): 1 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Lunisher ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: The_Company_Nexus ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Justin's Office ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: BahroCave ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Lunisher Test 1 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Aerie ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: OdemaTest2 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Eder Vahttee ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Noidrocca ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Personal ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Farayara ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: CraterMoon ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Abysos ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: JonaeHood ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TESTAGETESTING3 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Botan ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: CraterMoon III ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: MystMystV ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Nexus boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: PaperPagodas ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Plataeusus ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Holes ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TINA_Testing ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: SpriteGallery ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Castle3 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Odema ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Pool ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Payiferen ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Castle ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Waterfall simulation ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Kinnekulle ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Plateau ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: AhnySphere04 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Andy_Nexus ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Moe ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: First real age ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Eder Vaht Bree ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: CampBravoDayTime ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: RAD ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: DoorKickable ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Ulteemah ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Siralehn ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Plateaus ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Gallery of Memories ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Paahkweh ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: LightingTest ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Yinfara ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Jalak ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TextureTestWithUVImageEditor ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Sonavio ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Personal Gallery ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Neighborhood02 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Pakin ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Yinfaraisland1 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Dragons_tooth ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: GaleleoTower ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Myst boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: RestorationGuild boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Garrison boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: My Best age ever ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Bimevi ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TESTAGE ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: VagafahIslands ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: yinfara_glass_palace_testing_release ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Campbravo ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Pond ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: testageII ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: WNiche ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Tetsonot ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: SparklingPalace ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Eder Vahtbreetee ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: AhnySphere03 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Gairdin ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Perfected Cell ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TaklaMakan ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: CraterMoon II ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Yin_LandScape ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Janga ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TexTestAge ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Castle-006.4 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Minkata ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: test ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: kayageretry ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: tometokmerk1 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Dereno ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: forest ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Mae ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Ahnonay boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: trebivdil ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: EderLicinius ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: POOOOOOL ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: tEXAGEaGe ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: jamey_study ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Justin's Age Test II ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: ErcanaCitySilo ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: AhnySphere01 boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: OdemaTest1 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: katherna ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Fens ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Jonae ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Bigger Castle ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Personal Galleery ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Serene ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Maw ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Todelmer ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: 007Castle ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Prad ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Bahvahnin ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Cozy Pond ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Labrynth ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: EderDelin ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: DniCityX2Finale ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Precambrian ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TunnelDemo ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: My Gallery ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: kayage ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Galeleo_Tower ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Galeleo Tower ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: yinfara_glass_temple_testing_release2 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Castle-006 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Justin's_Test_Age_I ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: test3 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Enobmort ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Justin's_Test_age ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   ageName: Teledahn boolInMyAge: 0 getLocked(): 0 getVolatile(): 0
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: DKSkyClub ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: ChloesHoodOffice ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Pahts ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Yinfara_linkinhut ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Personal02 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: AvatarCustomization ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: GuildPub-Writers ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Yinfara_trees_test2 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: TunnelDemo3 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Toroolbah ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Tahmhehvo ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: GuildPub-Cartographers ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: AhnySphere02 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Ordovician ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: PaahkwehNew ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: tutorial01 ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Desert ...skipping to next
(04/21 15:30:07) psnlBookshelf.IUpdateLinks():   no matching book for KI's link to: Eder vaht ...skipping to next
(04/21 15:30:07) ***** ULM Functions Activating *****
(04/21 15:30:07) ULM: Deactivating book Link19
(04/21 15:30:07) ULM: Deactivating book Link20
(04/21 15:30:07) ULM: Deactivating book Link21
(04/21 15:30:07) ULM: Deactivating book Link22
(04/21 15:30:07) ULM: Deactivating book Link23
(04/21 15:30:07) ULM: Deactivating book Link24
(04/21 15:30:07) ULM: Deactivating book Link25
(04/21 15:30:07) ULM: Deactivating book Link26
(04/21 15:30:07) ULM: Deactivating book Link27
(04/21 15:30:07) ULM: Deactivating book Link28
(04/21 15:30:07) ULM: Deactivating book Link29
(04/21 15:30:07) ULM: Deactivating book Link30
(04/21 15:30:07) ULM: Deactivating book Link31
(04/21 15:30:07) ULM: Deactivating book Link32
(04/21 15:30:07) ULM: Deactivating book Link33
(04/21 15:30:07) ULM: Deactivating book Link34
(04/21 15:30:07) ULM: Deactivating book Link35
(04/21 15:30:07) ULM: Deactivating book Link36
(04/21 15:30:07) Checking book Link19 for active links
(04/21 15:30:07) Link: Campbravo:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Campbravo' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Odema:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Odema' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: WNiche:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'WNiche' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Galeleo_Tower:LinkInPointDefault() - Galeleo_Tower []
(04/21 15:30:07) INFO: Age 'Galeleo_Tower' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 4 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link19
(04/21 15:30:07) Checking book Link20 for active links
(04/21 15:30:07) Link: Campbravo:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Campbravo' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: CampBravoDayTime:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'CampBravoDayTime' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Serene:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Serene' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 3 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link20
(04/21 15:30:07) Checking book Link21 for active links
(04/21 15:30:07) Link: Tahmhehvo:LinkInPointDefault() - Tahmhehvo []
(04/21 15:30:07) INFO: Age 'Tahmhehvo' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: trebivdil:LinkInPointDefault() - trebivdil []
(04/21 15:30:07) INFO: Age 'trebivdil' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Bimevi:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Bimevi' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Ulteemah:LinkInPointDefault() - Ulteemah []
(04/21 15:30:07) INFO: Age 'Ulteemah' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Gairdin:LinkInPointDefault() - Gairdin []
(04/21 15:30:07) INFO: Age 'Gairdin' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: EderLicinius:LinkInPointDefault() - EderLicinius []
(04/21 15:30:07) INFO: Age 'EderLicinius' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 6 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link21
(04/21 15:30:07) Checking book Link22 for active links
(04/21 15:30:07) Link: jamey_study:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'jamey_study' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: WNiche:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'WNiche' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 2 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link22
(04/21 15:30:07) Checking book Link23 for active links
(04/21 15:30:07) Link: ChloesHoodOffice:LinkInPointDefault() - ChloesHoodOffice []
(04/21 15:30:07) INFO: Age 'ChloesHoodOffice' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: forest:LinkInPointDefault() - forest []
(04/21 15:30:07) INFO: Age 'forest' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Pakin:LinkInPointDefault() - Pakin []
(04/21 15:30:07) INFO: Age 'Pakin' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Precambrian:LinkInPointDefault() - Precambrian []
(04/21 15:30:07) INFO: Age 'Precambrian' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: EderLicinius:LinkInPointDefault() - EderLicinius []
(04/21 15:30:07) INFO: Age 'EderLicinius' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 5 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link23
(04/21 15:30:07) Checking book Link24 for active links
(04/21 15:30:07) Link: Dragons_tooth:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Dragons_tooth' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Ordovician:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Ordovician' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Kinnekulle:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Kinnekulle' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 3 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link24
(04/21 15:30:07) Checking book Link25 for active links
(04/21 15:30:07) Link: Yinfara:LinkInPointDefault() - Yinfara []
(04/21 15:30:07) INFO: Age 'Yinfara' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Zefora:LinkInPointDefault() - Zefora []
(04/21 15:30:07) INFO: Age 'Zefora' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 2 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link25
(04/21 15:30:07) Checking book Link26 for active links
(04/21 15:30:07) Link: SparklingPalace:LinkInPointDefault() - SparklingPalace []
(04/21 15:30:07) INFO: Age 'SparklingPalace' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: SpriteGallery:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'SpriteGallery' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: DoorKickable:LinkInPointDefault() - DoorKickable []
(04/21 15:30:07) INFO: Age 'DoorKickable' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 3 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link26
(04/21 15:30:07) Checking book Link27 for active links
(04/21 15:30:07) Link: test3:LinkInPointDefault() - test3 []
(04/21 15:30:07) INFO: Age 'test3' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: test:LinkInPointDefault() - test []
(04/21 15:30:07) INFO: Age 'test' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: katherna:LinkInPointDefault() - katherna []
(04/21 15:30:07) INFO: Age 'katherna' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 3 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link27
(04/21 15:30:07) Checking book Link28 for active links
(04/21 15:30:07) Link: PaperPagodas:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'PaperPagodas' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Hayal:LinkInPointDefault() - Hayal []
(04/21 15:30:07) INFO: Age 'Hayal' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Janga:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Janga' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: trebivdil:LinkInPointDefault() - trebivdil []
(04/21 15:30:07) INFO: Age 'trebivdil' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Link: Zephyr_Cove:LinkInPointDefault() -  []
(04/21 15:30:07) INFO: Age 'Zephyr_Cove' does have data files available on this host
(04/21 15:30:07) Condition '' passed.... link is active
(04/21 15:30:07) Check complete, book contains 5 active links, and 0 inactive
(04/21 15:30:07) ULM: Activating book Link28
(04/21 15:30:07) Checking book Link29 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link30 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link31 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link32 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link33 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link34 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link35 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:07) Checking book Link36 for active links
(04/21 15:30:07) Check complete, book contains 0 active links, and 0 inactive
(04/21 15:30:30) __init__SparklingPalaceBookGUI v.3.0
(04/21 15:30:40) DEBUG: xAgeSDLBoolToggle.OnServerInitComplete():   DoorOpen = 0
(04/21 15:30:40) DEBUG: xAgeSDLBoolRespond.OnServerInitComplete:   Running false responder on DoorButton, fastforward=1
(04/21 15:32:45) SparklingPalaceBookGUI: OnNotify called
(04/21 15:32:45) Someone clicked on object SLMJournal
(04/21 15:32:45) It was you
(04/21 15:32:45) Trying book SLMJournal with page(s) ['SLMPage']
(04/21 15:32:45) Match found! Start opening book...
(04/21 15:32:45) SparklingPalaceBookGUI: IOpenBook: Page(s) requested ['SLMPage']
(04/21 15:32:45) Showing SLMPage, link destination None
(04/21 15:32:45) 1 item(s) created, linking page(s): 0
(04/21 15:32:45) SparklingPalaceBookGUI: OnNotify called
(04/21 15:32:45) BookNotify: Show book, event=1
(04/21 15:32:45) SparklingPalaceBookGUI: OnNotify called
(04/21 15:32:49) SparklingPalaceBookGUI: OnNotify called
(04/21 15:32:49) BookNotify: Close book, event=6
(04/21 15:32:50) SparklingPalaceBookGUI: OnNotify called
(04/21 15:32:50) BookNotify: Hide book, event=2
(04/21 15:33:02) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:02) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 1
(04/21 15:33:02) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:02) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:02) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:02) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running true responder on DoorButton, fastforward=0
(04/21 15:33:12) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:12) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 0
(04/21 15:33:12) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:12) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:12) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:12) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running false responder on DoorButton, fastforward=0
(04/21 15:33:16) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:16) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 1
(04/21 15:33:16) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:16) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:16) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:16) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running true responder on DoorButton, fastforward=0
(04/21 15:33:23) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:23) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 0
(04/21 15:33:23) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:23) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:23) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:23) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running false responder on DoorButton, fastforward=0
(04/21 15:33:26) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:26) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 1
(04/21 15:33:26) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:26) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:26) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:26) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running true responder on DoorButton, fastforward=0
(04/21 15:33:46) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:46) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 0
(04/21 15:33:46) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:46) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:33:46) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:46) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running false responder on DoorButton, fastforward=0
(04/21 15:33:51) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:33:51) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 1
(04/21 15:33:51) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:51) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:1
(04/21 15:33:51) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:33:51) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running true responder on DoorButton, fastforward=0
(04/21 15:35:57) DEBUG: xAgeSDLBoolToggle.OnNotify():    local player requesting DoorOpen change via DoorButton_StateAnim
(04/21 15:35:57) DEBUG: xAgeSDLBoolToggle.OnNotify():   set age SDL var DoorOpen to 0
(04/21 15:35:57) DEBUG: xAgeSDLBoolToggle.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:35:57) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():    VARname:DoorOpen, SDLname:SparklingPalace, tag:QuickScript_StateAnimation, value:0
(04/21 15:35:57) DEBUG: xAgeSDLBoolRespond.OnSDLNotify():   notification from playerID: 20001
(04/21 15:35:57) DEBUG: xAgeSDLBoolRespond.OnSDLNotify:   Running false responder on DoorButton, fastforward=0
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: Triggered animation problems

Postby D'Lanor » Thu Apr 23, 2009 2:58 pm

It looks fine. The responder runs like it should. Maybe your animation is broken.

Can you remove its AlcScript so that you can see if loops?
"It is in self-limitation that a master first shows himself." - Goethe
User avatar
D'Lanor
 
Posts: 1980
Joined: Sat Sep 29, 2007 4:24 am

Re: Triggered animation problems

Postby Justintime9 » Thu Apr 23, 2009 7:10 pm

I just checked it, and it loops, so the animation must not be broken. Everything seems to suggest that it should work, but for some reason it doesn't.
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: Triggered animation problems

Postby GPNMilano » Thu Apr 23, 2009 8:07 pm

Justin, your alcscript for the door seems a bit off, it should read:

Code: Select all
AnimDoor:
    animations:
      - name: DoorAnim
        autostart: 0
        loop: 0


The one you posted looked like the indentation level may have been a bit off. try fixing the alcscripts indentation and giving it a try.
You can't stop the truth. IC Blog
User avatar
GPNMilano
 
Posts: 1155
Joined: Mon Apr 21, 2008 5:50 am

Re: Triggered animation problems

Postby Justintime9 » Fri Apr 24, 2009 2:24 pm

No dice :(. If I can't figure it out soon, I may just delete the door, and create a new one. See if you guys can see anything wrong with it: Link removed
Last edited by Justintime9 on Fri Apr 24, 2009 7:50 pm, edited 1 time in total.
User avatar
Justintime9
 
Posts: 1188
Joined: Sat Sep 29, 2007 5:37 am

Re: Triggered animation problems

Postby Jojon » Fri Apr 24, 2009 3:35 pm

Can't say I know what I'm talking about, but it looks like your door is on page one, whereas the button and its supporting stuff is on page zero.
(I don't know whether stateanimation does a full reference, with page number, but maybe not -- it could be worth a try, putting all these related bits on the same page.)

EDIT: You've got quite a few subdivision there, on edges that are pretty much straight lines, by the way. :)g
Jojon
 
Posts: 1116
Joined: Sun Sep 30, 2007 5:49 am

Next

Return to Building

Who is online

Users browsing this forum: No registered users and 3 guests