Games
My games
Your favourited games will be displayed here
Mods
Mod updates
Explore this month's nominated mods.
The elegant, powerful and open-source mod manager.
Collections
Learn from the community with tutorials and guides.
Images
Videos
Upgrade your account to unlock all media content.
Community
News
Support
Wiki
Vortex
Share your ideas, discuss them with the community, and cast your vote on feedback provided.
Oh dear! Something has gone wrong!
Try reloading the notifications.
No unread notifications right now
You're up to date
All games (3,725)
Recently added (94)
All mods
New
Trending
Most endorsed
Top files
Mod categories
Mods of the month
Recent activity
All collections
Recently added
Highest rated
Media
Latest
Forums
Support authors
All news
Site news
Competitions
Interviews
Help
Contact
Give feedback
FAQ
Game guides
Tutorial
Tools
Vortex help
API documentation
Install Vortex
To enjoy the benefits of Nexus Mods, please log in or register a new account
ObjectReference Property RayekPlayerMarker AutoEvent OnEffectStart(Actor akTarget, Actor akCaster) Actor target = akTarget if ( target.GetParentCell() != RayekInt ) RayekPlayerMarker.MoveTo(target) target.MoveTo(RayekMarker) else target.MoveTo(RayekPlayerMarker) endIfEndEvent
5 comments
ObjectReference Property RayekPlayerMarker Auto
Event OnEffectStart(Actor akTarget, Actor akCaster)
Actor target = akTarget
if ( target.GetParentCell() != RayekInt )
RayekPlayerMarker.MoveTo(target)
target.MoveTo(RayekMarker)
else
target.MoveTo(RayekPlayerMarker)
endIf
EndEvent
具体实现方式是,添加两个法术,一个施法后 设定/更新 “家” 的坐标,另一个施法后 回家/返回原来的地方 就像你做的这么多 带我回家 mod 一样。
nvm problem solved.
nvm problem solved.