Bug Closed · Resolved

Certain Condition Actions Deletes Skill Parameters

#5360 opened by Unknown 1 year ago

Unknownreported this bug

Summary

When a "cast", "Orelsecast" or "castinstead" conditions actions are used, the skillparameters of the metaskill are not copied over and are not accessible from the newly called skill

This also happens with onFailSkill and the likes

start:
  Skills:
  - skill{s=example;test=1} @self
  
example:
  Conditions:
  - isLiving cast example2
  Skills:
  - message{m="NORMAL <skill.test>"} @self

example2:
  Skills:
  - message{m="CONDACT <skill.test>"} @self
Sign in to join the discussion.