I've got a problem with the Jump action NewJumpIf if I use it in a phyton script, for example in the script I call it with this line:
Code: Select all
eg.plugins.EventGhost.NewJumpIf(XmlIdLink(998), 2, False)I┬┤ve got as Error:
Code: Select all
Traceback (most recent call last):
Python script "44", line 2, in <module>
eg.plugins.EventGhost.NewJumpIf(XmlIdLink(998), 2, False)
NameError: name 'XmlIdLink' is not definedThnaks in advance!!!