As Trigger

Casts a skill, but changes the trigger of the skill to the entity being targeted

GooPAsTrigger{}

If multiple entities are specified, the skill runs once for each (with that entity as the trigger).

Error 503: Incomplete

Skill Parameters Missing. Sorry. You have permission to ping me on discord and pressure me to write it.

Tips

  • This skill puts the Trigger under your control, allowing you to set it at a convenient time and then use @Trigger later on.

Error 503: Incomplete

Example Missing. Sorry. You have permission to ping me on discord and pressure me to write it.

Comment from the Dev:

No more sudoskill loops! This is what it used to look like:

SudoskillLoopSend:

Skills
- sudoskill{s=SudoskillLoopRet;cat=true} @Target


SudoskillLoopRet:

Skills:

- sudoskill{s=ActualSkillYouWantToUse;cat=true} @Trigger


ActualSkillYouWantToUse:

Skills:

- something{a=20} @Trigger

And this is it now:

SudoskillLoopSend:

Skills
-
GooPAsTrigger{s=ActualSkillYouWantToUse} @Target


ActualSkillYouWantToUse:

Skills:

- something{a=20} @Trigger