|
Post by cyclops02 on Jul 22, 2024 14:48:13 GMT -5
im a beginner and basically im creating a mod that summon sim when i choose the interaction (like the voodoo doll summon interaction) and the problem is that when summon the sim appear directly on the spellcaster but i want him to appear in front of him i identify the problem to be in the Yescyclops:Spawn_CelestialSpirit_Cancer interaction: <V n="sim_info_source" t="sim_template">
<U n="sim_template">
<T n="template">6952616585222283973<!--Yescyclops:template_Cancer_Test--></T>
<T n="force_fgl">True</T>
<E n="spawn_location_participant">Actor</E>
</U>
</V>
im basing the code on the spells_Self_Clone interaction that used: <V n="sim_info_source" t="clone_a_sim">
<U n="clone_a_sim">
<T n="force_fgl">True</T>
<E n="spawn_location_participant">Actor</E>
</U>
</V> that actually manage to make the clone sim appear in front of the spellcaster. so do someone know how can i summon the sim in a different position/place? Link to the package
|
|