There is test cap file:
dl.dropbox.com/u/5779181/Plasma_test.7z
I transfer these event:
+ System: Always (every tick)
-> fireball: Set position to object rot_arm (image point 1)
-> Plasma: Paste fireball into plasma
into python script:
fireball.X = rot_arm.ImagePointX("point")
fireball.Y = rot_arm.ImagePointY("point")
Plasma.PasteObject(fireball)
Plasma is shown in upper case, but not in lower case (python script).
How to using Plasma in python script?