tehelderscrolls Posted September 3, 2009 Share Posted September 3, 2009 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 endifend 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 More sharing options...
Pronam Posted September 3, 2009 Share Posted September 3, 2009 remove the 'endif' and do you use a new worldspace, or just a cell? Link to comment Share on other sites More sharing options...
David Brasher Posted September 3, 2009 Share Posted September 3, 2009 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 More sharing options...
ipegot Posted September 4, 2009 Share Posted September 4, 2009 Without firing up the CS I don't think it would work with the endif, script engine doesn't always work as expected. Link to comment Share on other sites More sharing options...
tehelderscrolls Posted September 4, 2009 Author Share Posted September 4, 2009 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 More sharing options...
Recommended Posts