Jump to content

Really cool Script


Sir Bob

Recommended Posts

This is a script that can teleport you to loads of places across the world, the part inside the **** ALL SHOULD BE ON ONE LINE, OTHERWISE IT WONT WORK!!! Just attach this to your new made ring/pants/any item that can be equipped!!!!

 

begin teleport_all_across_world

 

short status

short button

short OnPCEquip

 

If ( menumode == 1 )

return

endif

 

If ( OnPCEquip == 1 )

set status to 10

set OnPCEquip to 0

endif

 

If ( status == 10 )

****messagebox "Hello %PCName, where would you like to go?", "Balmora", "Vivec", "Mornhold", "Sandrith Mora", "Gnisis", "Solstheim", "Cancel"****

set status to 10

elseif ( status == 20 )

set button to getbuttonpressed

if ( button == -1 )

return

elseif ( button == 0 )

player->positioncell -21278, -17613, 534, 0,

elseif ( button == 1 )

player->positioncell 29872, -82108, 578, 180,

elseif ( button == 2 )

player->positioncell 2.730, 959.274, -105.817, 180,

elseif ( button == 3 )

player->positioncell 141876.953, 38613.121, 325.006, 177.6,

elseif ( button == 4 )

player->positioncell -86786.094, 89452.070, 1130.661, 0,

elseif ( button == 5 )

player->positioncell -174024.391, 136823.953, 457.668, 0,

elseif ( button >= 6 )

set status to 0

endif

endif

End

Link to comment
Share on other sites

  • 3 weeks later...

Pardon my ignorance with scripting, but I tried using that script and I get the error, cannot find variable balmora.

 

I put the stuff in the **** in one line.( the line i get error from)

 

I do have a script tutorial I'll try to figure it out, anyone else tried this script?

 

I just realized while typing this i didn't activate the bloodmoon esm....but why am i getting a balmora error?

 

I don't really need it i have the Runestone MOD, i just wanted to tinker.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...