One Step From Eden

One Step From Eden

1,323 평점
Enable Custom Lua Effects
   
어워드
즐겨찾기
즐겨찾기됨
즐겨찾기 해제
파일 크기
게시일
업데이트일
30.956 KB
2020년 4월 16일 오전 10시 02분
2020년 4월 16일 오후 8시 13분
변경 사항 3개 ( 보기 )

다운로드 위해 구독하기
Enable Custom Lua Effects

설명
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.