Knuckle Cracker

Particle Fleet => Map Makers, Ship Builders, and Coders => Topic started by: cpaca on November 26, 2017, 09:27:48 PM

Title: what's wrong?
Post by: cpaca on November 26, 2017, 09:27:48 PM
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...
Title: Re: what's wrong?
Post by: kajacx on November 28, 2017, 04:21:10 PM
"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.