One Step From Eden

One Step From Eden

1,405 hodnocení
Enable Custom Lua Effects
   
Ocenit
Přidat do oblíbených
Oblíbeno
Odebrat z oblíbených
Velikost souboru
Přidáno
Aktualizováno
30.956 KB
16. dub. 2020 v 10.02
16. dub. 2020 v 20.13
Poznámky ke změnám (3) – zobrazit

Klikněte na „Odebírat“ pro stažení položky
Enable Custom Lua Effects

Popis
Lets you call custom effects in Lua!

Format your calls like below:
<App trigger="OnMove" effect="Link" value="TestCustom"></App>
or
<OnCast value="TestCustom">Link</OnCast>
etc.

where "TestCustom" is the Lua function you want to call. Any trigger can be used, just make sure that the effect is "Link".

NOTE: If you use this mod to create another mod, anyone who installs your mod must also install this mod or it will not work. It would be helpful to leave a note in your mod's description, or add this mod as a requirement.