Rod wrote:
Are there any functioning scripts i can look at to see how it is used?
Thanks.

I used Map Object in my
Projection To Dodecahedron script. I used to have quite a few notes about scripting Map Object but have misplaced them (I should have published them but they were never "complete").
It is probably best to treat plug-in-map-object as four separate plug-ins because many of the parameters become meaningless once you choose a particular target object type (plane, cylinder, sphere, or box); and some of the parameters' meanings change depending on the object type.
Rod wrote:
Graechan how would i use the rotation X as a variable for my script interface?
I want to be able to rotate the object on an x plane from -180 to 180.
I tried Rotation in my define variables and replaced the x value with that string but it fails with a unrecognized value for position 17.
Your code should work as long as the variable
Rotation is defined (remember that Script-fu is case-sensitive). Could you share more of your script?