ok for the steps this script will work though you need to change the x y in it
ON SELECT {
tour GLOBAL 1 tour =
125 205 SETPOS
{{ 125 205 SETPOS } 20 ALARMEXEC
{ 135 200 SETPOS } 30 ALARMEXEC
{ 145 195 SETPOS } 40 ALARMEXEC
{ 155 190 SETPOS } 50 ALARMEXEC
{ 165 185 SETPOS } 60 ALARMEXEC
{ 175 180 SETPOS } 70 ALARMEXEC
{ 185 175 SETPOS } 80 ALARMEXEC
{ 195 170 SETPOS } 90 ALARMEXEC
{ 205 165 SETPOS } 100 ALARMEXEC
{ 215 160 SETPOS } 110 ALARMEXEC
{ 225 155 SETPOS } 120 ALARMEXEC
{ 235 150 SETPOS } 130 ALARMEXEC
{ 245 145 SETPOS } 140 ALARMEXEC
{ 255 140 SETPOS } 150 ALARMEXEC
{ 265 135 SETPOS } 160 ALARMEXEC
{ 275 130 SETPOS } 170 ALARMEXEC
{ 285 125 SETPOS } 180 ALARMEXEC
{ 295 120 SETPOS } 190 ALARMEXEC
{ 305 115 SETPOS } 200 ALARMEXEC
{ 315 110 SETPOS } 210 ALARMEXEC
{ 325 105 SETPOS } 220 ALARMEXEC
{ 335 100 SETPOS } 230 ALARMEXEC
{ 345 95 SETPOS } 240 ALARMEXEC
{ 355 90 SETPOS } 250 ALARMEXEC
{ 365 85 SETPOS } 260 ALARMEXEC
{ 375 80 SETPOS } 270 ALARMEXEC
{ 385 75 SETPOS } 280 ALARMEXEC
{ 395 70 SETPOS } 290 ALARMEXEC
{ 405 65 SETPOS } 300 ALARMEXEC
{ 415 60 SETPOS } 310 ALARMEXEC
{ 425 62 SETPOS } 320 ALARMEXEC
{ 430 65 SETPOS } 330 ALARMEXEC
{ 435 62 SETPOS } 340 ALARMEXEC
{ 440 60 SETPOS } 350 ALARMEXEC
{ 455 62 SETPOS } 360 ALARMEXEC
{ 460 65 SETPOS } 370 ALARMEXEC
{ 465 67 SETPOS } 380 ALARMEXEC
{ 470 70 SETPOS } 390 ALARMEXEC
{ 475 67 SETPOS } 400 ALARMEXEC
{ 480 65 SETPOS } 410 ALARMEXEC
{ 485 62 SETPOS } 420 ALARMEXEC
{ 490 60 SETPOS } 430 ALARMEXEC
{ 495 62 SETPOS } 440 ALARMEXEC
{ 500 65 SETPOS } 450 ALARMEXEC
{ 505 62 SETPOS } 460 ALARMEXEC
{ 3294 GOTOROOM } 470 ALARMEXEC
} tour IF
}
to find the pos tho you can put this script in your borg under ON OUTCHAT
{ ";My current position: " POSX ITOA & " " & POSY ITOA & LOCALMSG "" CHATSTR = } CHATSTR "myp" == IF
once its in you can get your xp pos for the script buy putting the prop on moving where you want it to be and type myp using the numbers in the log for your xy
if you want to slow down the speed moving up the steps change this part of the script 20 ALARMEXEC the higher the number the slower it moves so adding 20 to each would slow it down, also you might not need as many lines for the pos as is there it is alright to take the extra ones out just make sure you leave the last 3 lines
now for the link room
Quote:
Originally Posted by
SPOT
ID 1
DONTMOVEHERE
OUTLINE 354,155 457,155 457,197 354,197
LOC 405,176
SCRIPT
ON SELECT { "click" SOUND
{ 0 2 SETSPOTSTATELOCAL }
{ 2 GETSPOTSTATE 1+ 2 SETSPOTSTATELOCAL } 2 GETSPOTSTATE 4 > IFELSE
}
this part here 2 GETSPOTSTATE 4 > change the 4 to 9
Quote:
Originally Posted by
SPOT
ID 3
DONTMOVEHERE
OUTLINE 57,152 171,152 171,201 57,201
LOC 114,176
SCRIPT
ON SELECT { "click" SOUND
{ 5 2 SETSPOTSTATELOCAL }
{ 2 GETSPOTSTATE 1- 2 SETSPOTSTATELOCAL } 2 GETSPOTSTATE 1 < IFELSE
}
and in this door { 5 2 SETSPOTSTATELOCAL } change the 5 in this part of the script to 10 and that should make it work for you