kaetzer Posted February 25, 2022 Share Posted February 25, 2022 (edited) hello i made my own summon in the creation kit and i'd like it to automatically teleport to the player, when it lags behindis it even possible? i googled and couldn't find anything helpfuli know it is possible with NPC followers, some mods already do that, one thing i found was to "attach a script to the follower ref" but a summon doesn't really have a ref id edit: maybe there is a way to make a passive ability that triggers on distance to player and then just executes a "moveto" script? edit2: ok, i think i found the basics of what i have to do, AI package! it has conditions, start and end triggers (i think) and it can have a script attached, now if someone could help me to set it up correctly that'd be great :smile:for now i have made a simple "follow package" with conditions: "target:subject, GetDistance PlayerRef >5000" AND "target:player, HasMagicEffect [summon effect] == 1" (i would also like it to sneak, when the player does) greetingskaetzer Edited February 25, 2022 by kaetzer Link to comment Share on other sites More sharing options...
Recommended Posts