I have the key file float.key in my projects 3do/key directory. I want the key file to play on startup. I'm trying to make a floating crate but it just isn't working.
Code:
symbols message startup thing object1 thing object2 keyframe key0=float.key local end # ======================================================================================== code startup: PlayKey(object1, key0, 1, 0x00); PlayKey(object2, key0, 1, 0x00); return; # ........................................................................................ end