Jump to content

Teleport spell


tehelderscrolls

Recommended Posts

Hi,

 

I tried making a spell that teleports me to an xmarker but when i cast it nothing happens, heres the script:

 

scn TeleportToRosssGlassArmoryMAGICSCRIPT

 

begin scriptEffectStart

 

playSound DRSOblivionGateOpen

player.moveTo RossGlassArmoryMarker01

endif

end

 

Can someone please tell me what im doing wrong and how i can fix it

 

thanks in advance

 

~~TES

Link to comment
Share on other sites

I tested out your script, and it works fine for me. I teleported from the streets of the IC to an X-Marker Heading in "The Best Defense" in the IC Market District. The sound works too.

 

This is the script I used:

 

SCN AATeleportToRossGlassArmoryMAGICSCRIPT

Begin ScriptEffectStart

PlaySound DRSOblivionGateOpen
Player.MoveTo AARossGlassArmoryMarker01

End

 

I am not sure what is going on. Are you in the Shivering Isles or some place strange?

 

I just ran another test where I used an X-Marker instead of an X-Marker Heading, and my spell still worked.

Link to comment
Share on other sites

I tested out your script, and it works fine for me. I teleported from the streets of the IC to an X-Marker Heading in "The Best Defense" in the IC Market District. The sound works too.

 

This is the script I used:

 

SCN AATeleportToRossGlassArmoryMAGICSCRIPT

Begin ScriptEffectStart

PlaySound DRSOblivionGateOpen
Player.MoveTo AARossGlassArmoryMarker01

End

 

I am not sure what is going on. Are you in the Shivering Isles or some place strange?

 

I just ran another test where I used an X-Marker instead of an X-Marker Heading, and my spell still worked.

 

Hi, thanks for the replys guys.

 

I was fidling around with the acctual spell (not the script) and i changed the duration to 0 (was 1 before) and unchecked 'effect is hostile' and now It is working :D

 

~~TES

Link to comment
Share on other sites

  • Recently Browsing   0 members

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