Author |
Message |
maarten |
|
Post subject: (SCRIP TIP) Keep XMass stockings SAFE!
Posted: Dec 22, 2002 - 11:13 AM
|
|

Joined: Oct 20, 2002
Posts: 674
Location: DiGiLaNd
Status: Offline
|
|
Great fun for everybody: XMass stockings in Palace. Lovely gifts and decoration. But what if theyr all props? People can come in and delete them, or mess up the whole room! (eeek!)
The trick for this and any prop decoration is simple: turn it into a script!
The first thing you do is decorate the room, hang up the stockings add the pressies. Then when everything looks good you type:
/showlooseprops
You wil get a whole list of props ID's and theyr position in your log.
Copy this list into the doorscript spot and add the following:
ON ENTER
{
EXAMPLE 426 94 ADDLOOSEPROP
}
So the script starts with:
ON ENTER {
followed by the prop ID's you just got by typing:
/showlooseprops
followed by the:
}
caracter to end the script. This should keep your XMass rooms safe from all those loving vandals Naturally you have to replace the prop id list with a new one if you change or add things.
Good luck! |
|
|
|
|
 |
|
| |