Skip to content

MinEventActionChangeFactionSDX

SphereII edited this page Sep 18, 2024 · 1 revision

MinEventActionChangeFactionSDX

A triggered effect that allows changing of an entity's faction.

 

<!-- Change the faction to Bandits -->

<triggered_effect trigger="onSelfBuffStart" action="ChangeFactionSDX, SCore" target="self" value="bandits" />

 

<!-- Change the faction to the undead -->

<triggered_effect trigger="onSelfBuffStart" action="ChangeFactionSDX, SCore" target="self" value="undead" />

 

<!-- Change the faction back to the original value it had -->

<triggered_effect trigger="onSelfBuffStart" action="ChangeFactionSDX, SCore" target="self" value="original" />


Created with the Personal Edition of HelpNDoc: Make Help Documentation a Breeze with a Help Authoring Tool

0-SCore

Table of contents

Clone this wiki locally