nPoseTeam / nPose-V3

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.
20 stars 2 forks source link

Placeholder for display name by seat. (Possible new feature). #35

Open BadJenny opened 5 years ago

BadJenny commented 5 years ago

Would be nice to be able to grab display names for sitters by seat. In the case where the seat is empty it would use the seat name instead (similar to how change seat menu works).

Useage example:

MENUPROMPT| The poses in this menu interact with %DISPLAYNAMESEAT2%.

LeonaMorro commented 5 years ago

Something like this is already inside the code for the next nPose Version (currently without a fallback to the seat name): %2.DISPLAYNAME% What about this aproach: MENUPROMPT| The poses in this menu interact with %2.DISPLAYNAME% (%2.SEATNAME%).

BadJenny commented 5 years ago

Sure, that works so long as it just returns an empty string if there is no sitter.