Sneak - What's wrong with my code?

OK. So, I am trying to make a character sneak from point A to point B in zone 2. I have read article after article on what the proper code is for this and something is still off. So what is wrong here? What am I missing? For clarification, the character will be sneaking from point A to point B in zone 2 and camera will be panning.

@THETIS is react_shocked_gasp

**@THETIS faces right **
@zoom on 0 0 to 100% in 0
@THETIS spot 0.840 145 39
@THETIS moves to layer 1
&pan to zone 2 in 7
&THETIS walks to spot 0.840 380 159 and does it while walk_sneak_loop

1 Like

You want the character to be walking while its panning?

yes. Technically sneaking while panning.

&pan to zone 2 in 7
@THETIS walks to spot 0.840 380 159 in zone x in 7 and THETIS does it while walk_sneak_loop
(X is the zone #)

This should work (:

THANK YOU! I knew it was something simple but I couldn’t find the right combo.

Also, any advice for future ref would be good. I keep a list of basic commands to cut and paste. :slight_smile:

Try something like this.

No problem! (:

Thanks! I think I’ll save this for a reference if that’s okay.

1 Like

Of course I’m glad I could help.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.