nPoseTeam / nPose-V2

nPose is an LSL script for use in Second Life® that allows one or more avatars to sit on (and otherwise control) objects and rez props, without poseballs. A versatile animation system/engine.
10 stars 3 forks source link

RC3 swap button flagging bug #56

Closed GreyMars closed 9 years ago

GreyMars commented 9 years ago

Using the RC3 of Hawthorn, there is a bug in the swap function.

A card named for example BTN:Caretaker...:@Swap with content LINKMSG|202|1,2|%AVKEY% will function as expected.

However, a card named BTN:Caretaker...:@Swap{!victim} with content LINKMSG|202|1,2|%AVKEY% silently fails.

GreyMars commented 9 years ago

User error as it turns out, cards were created with a {!victim) flag instead of {!victim}. Please ignore.