Can't figure out what's wrong here.
Any help?
GrabberG2Adder IS being put into a PRPL core.
GrabberG2 IS being placed.
RotatingParticleMaker/ShipModule core IS appearing
ShipModule IS tracing "Ship construction built" or whatever
RotatingParticleMaker is NOT tracing "Hmm...(0)", which occurs after ANY code appears.
PassiveParticleMaker is an artifact.
Edit: probably a good idea to put the attachments on...
"RotatingParticleMaker is NOT tracing"
There was a syntax error in rotating particle emmiters:
0 -> dir1
PI -> dir2
PI 2 div -> ampDir1
<-ampDir1 3 mul -> ampDir2
You have to write the variable name together with the arrow, like this: ->dir1
But you should see so when you hit "Compile". Are you editing the right file? also, after fixinx this obvious syntax error, I see the "Hmm...(0)" message jsut fine.