ON SELECT {
[ Prop Numbers Here ] SETPROPS
}
1. The easiest way to make a prop box is to use the Prop Spot script, which is below. Put it in your Cyborg.ipt under On OUTCHAT.
{
"\x3b Put the following into a spot script:" LOGMSG
"ON SELECT \x7b" LOGMSG
NBRUSERPROPS n =
{
0 i =
" \x5b"
{
" " i USERPROP ITOA & &
i ++
} { i n < } WHILE
" \x5d SETPROPS" & LOGMSG
} n IF
"\x7d" LOGMSG
"" CHATSTR =
} chatstr "propspot" == IF
1.To use this script put on the prop(s) you want to
use in the Prop Box and say propspot. Then look in your log for the script
it will have made. It will look like the script at the top of the page
but with numbers in it.
2. Then go in to the room you want the Prop Box in. Next go into wizard or god mode and go into authoring mode by clicking on Wizard (in the menu bar) then go down to authoring mode. Note: I will use the word spot instead of door sometimes. A door to me is a spot you click on and it takes you to a room, if it doesn't do this I call it a spot.
3. Create a new spot by going to Wizard and click new door. Resize the spot and move it to the area you want, then double click on the box to load the spot info.
4. Next click on Edit Script. Insert the script that
the propspot gave you in the box. The easiest
way to do this is to cut and paste it.
5. Now exit authoring mode and click on the the box.
It should dress you in the props you put in the script. If it doesn't make
sure you put the script in correctly and make sure you put in the prop
numbers correctly. If it still doesn't work find someone who can help you
or email me.
|
|
|
2. Create a new spot by going to Wizard and click new door. Resize the spot and move it to the area you want, then double click on the box to load the spot info.
3. Next click on Edit Script. Insert the script in
the box that is used for the Prop Box, which is at the top of the page.
The easiest way to do this is to cut and paste it.
4. Now you need to put the prop id(s) in. One way
to do this is to put on 1 prop at a time and say /topprop ITOA SAY
Then take that number and put it in the script where
it says Prop Numbers Here.
An example is below.
ON SELECT {
[ 881457784 ] SETPROPS
}
Multiple Props would look like this.
ON SELECT {
[ 881457784 881456403 871557434 ] SETPROPS
}
5. Now exit authoring mode and click on the the box.
It should dress you in the props you put in the script. If it doesn't make
sure you put the script in correctly and make sure you put in the prop
numbers correctly. If it still doesn't work find someone who can help you
or email me.
|
|
|