points() expression in copy sop problem

   3635   3   1
User Avatar
Member
121 posts
Joined: July 2005
Offline
Hi all

have a problem here , maybe someone can help


create a grid
attach attribcreate sop (Name = str, Type= STRING, String = A B C)
feed it into the template input of a copy sop (Var 1= a, Param1 = points(“/obj/model/attribcreate1”, $PT, “str”)
In the primary input of the copy sop feed a font sop (Text = `param(a,0)`)

Displaying the copy sop just shows a bunch of zeros

If I put the points() expression directly in the font sop (and replace $PT with 1) it evaluates the correct string and displays it


Has anyone any idea whats wrong in this network :shock:

Thanks in advance
Achim
User Avatar
Member
121 posts
Joined: July 2005
Offline
figured it out
User Avatar
Member
51 posts
Joined: July 2005
Offline
So what was the problem?
User Avatar
Member
121 posts
Joined: July 2005
Offline
Seems like the params in the copy sop wont work with strings, so I just put this in the font sop

`points(“/obj/model/attribcreate1”, param(a,0), “str”) `

and set the copy sop to
(Var 1= a, Param1 =$PT

Works perfectly
  • Quick Links