Dufftacular Posted November 25, 2021 Share Posted November 25, 2021 Hello! I need help with creating a script that on activating a button, the player gets teleported to an xmarkerheading. And is able to be repeated. This being all in the same cell. I'm not very good at making scripts myself so any and all help is appreciated! Link to comment Share on other sites More sharing options...
Zorkaz Posted November 26, 2021 Share Posted November 26, 2021 ObjectReference Property XmarkerHeading Auto Event OnActivate(ObjectReference AkActionRef) If AkActionRef == Game.Getplayer() Game.Getplayer().moveto (XMarkerHeading) Endif EndEvent Link to comment Share on other sites More sharing options...
Dufftacular Posted November 26, 2021 Author Share Posted November 26, 2021 Thanks!!! Link to comment Share on other sites More sharing options...
Recommended Posts