Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Changing a Snoop Animation

  • #1, by marvel 13 years ago Zitieren
    I can define a snoop animation for each object of a scenery. But what if i want to change the animation?

    Is it possible to replace it via Lua? smile How?
  • #2, by afrlme 13 years ago Zitieren
    hmm you could create/clone objects over the same spot & switch between them as needed?

    or you could even create your own hotspot objects on each scene which you could have show up based on a condition or value?

    or you could force the animations frames with Lua by setting which is first & last frame of an animation.

    there are 2 entries in the data structure "ObjectSnoopAnimation" & "ObjectSnoopAnimationPos" but according to the data structure page, they are both non-scriptable.