View Issue Details
Category | |||||
---|---|---|---|---|---|
SSPBT:本体(SSP) | |||||
Severity | minor | Reproducibility | always | ||
Status | new | ||||
Summary | 0000693: shared-index option does not work for bind animations | ||||
Description | I have some dressups that use "bind+random,20" to create an idle animation when the dressup is used. I tried to use the shared-index option with them, to prevent the idle animations from being interrupted while the user is operating the ghost's menu, but it doesn't seem to work. If I change "bind+random,20" to just "random,20", then shared index works as expected. (I don't know if it's relevant, but these idle animations are added with addid instead of being chosen directly.) I'll attach gifs of the behavior with it set to each interval type. The animation code is the following: //Idle animation3000100.interval,bind+random,20 animation3000100.pattern0, replace,3000100,0,0,0 animation3000100.pattern1, replace,3000101,65,0,0 animation3000100.pattern2, replace,3000102,65,0,0 animation3000100.pattern3, replace,3000103,65,0,0 animation3000100.pattern4, replace,3000104,65,0,0 animation3000100.pattern5, replace,3000105,65,0,0 animation3000100.pattern6, replace,3000106,65,0,0 animation3000100.pattern7, replace,3000107,65,0,0 animation3000100.pattern8, replace,3000108,65,0,0 animation3000100.pattern9, replace,3000109,65,0,0 animation3000100.pattern10,replace,3000110,65,0,0 animation3000100.pattern11,replace,3000111,65,0,0 animation3000100.pattern12,replace,3000112,65,0,0 animation3000100.pattern13,replace, -1,65,0,0 animation3000100.option,shared-index (Found in this ghost: https://github.com/Zichqec/ye_olde_cursed_tower/releases/tag/v1.0.0 ) Confirmed in the following versions: SSP/2.6.98 (20250429-20; Windows NT 10.0.19045) SSP/2.7.00 RC3 (20250703-8; Windows NT 10.0.19045) | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Attached Files | |||||