Reset Password
Existing players used to logging in with their character name and moo password must signup for a website account.
- BubbleKangaroo 3m
- Vanashis 24m
- Burgerwolf 5m PANCAKES
- AdamBlue9000 24s Rolling 526d6 damage against both of us.
- RedProtokoll 17s
- Shiek 38m
- F9DFCQ 1s
- Sivartas 1m
g Logic 20m
- adrognik 5m
- SolBrother 7s
- Jengris 4m
- Emily 42m I lost myself, in the dark charade.
- Slyter 10m
a Mench 1h Doing a bit of everything.
- zxq 10m
j Fengshui 1h
- Veleth 14m Vampires don't sparkle.
- NightHollow 2h
- Cword 13m
- Diamond 36s After Winter, must come Spring.
And 22 more hiding and/or disguised
Connect to Sindome @ moo.sindome.org:5555 or just Play Now

ProgCloth Babble-On Revamp
MOHR POWAHR!!!

As it stands now, the ProgCloth object type possesses a limited command set i.e. Tease, Pose, Say, etc.

While powerful, these are ultimately barriers that are ready to be broken. I propose we add a sequential loop to the cloth and more commands. For example, the first tease would activate the first program and the second tease would activate the second program. So on and so forth before starting over at one. The number of programs accessible could be dictated by ProgCloth modules OR necessary skills.

In regards to adding to the command set, my proposal is a simple but bold one. Allow ProgCloth babble-on scripts to modify the @messages of a clothing object WITHOUT changing its @finalized status.

Inevitably, if implemented one of you will ruin this for everyone. Do we need a GM review process due to the inherent power of this proprosition?

Thoughts?

Sequential loops already exist.

label "Start"

tell %player "Endless loop."

pause 15

endlabel

jump "Start"

The script detects and bails on endless loops like these but just FYI.

This isn't generic BablleOn though.

ProgCloth by design only supports the very limited subset of BabbleOn commands Reefer listed.

Plus label and jump don't really do what Reefer idea'd.