[quote:11964ur1]File 'string' line 1061(??)
def swap values (self,p0,p1,p2,p3)
syntax error invalid syntax
If you remove the S plug-in from your project it will eliminate that error.
Some other fixes:
r=System.getred(d)
b=System.getblue(d)
g=System.getgreen(d)
Cell.SpawnObject('Cell',1,0)
Add this event to initialize python at the start of layout:
+ System: Start of layout
-> System: Run Script ("")
Construct will crash if python isn't initialized and ~700 objects are created.
Hope that helps.