Sofa Toggle

This is the Sofa script installed at Harry's Bar and Ocean Pub at Mansion. To toggle the sofa on or off for yourself only., say "sofa on" or "sofa off". If your a wiz you can toggle it on/off for the room by saying "roomsofa on" or "roomsofa off".

To set this up, create a new door, and size it up how you want towards the bottom of the screen. Then Get Info on the door, select Pics, click Add and choose sofa.gif, with trancperancy checked, click Ok, then Ok again. Then add the following script to this spot...

 

ON OUTCHAT {
{ 1 ME SETSPOTSTATELOCAL "" CHATSTR = } CHATSTR "sofa on" == IF
{ 0 ME SETSPOTSTATELOCAL "" CHATSTR = } CHATSTR "sofa off" == IF
{ 1 ME SETSPOTSTATE "" CHATSTR = } CHATSTR "roomsofa on" == ISWIZARD AND IF
{ 0 ME SETSPOTSTATE "" CHATSTR = } CHATSTR "roomsofa off" == ISWIZARD AND IF
}

And here is the sofa.gif file youll need.

 

Or better yet! Make your own gif to use! Enjoy! = )