Difference between revisions of "User talk:Jesse Barnett"

From Second Life Wiki
Jump to navigation Jump to search
m (New section: Teleport script)
Line 6: Line 6:
         vector destpos = target;  
         vector destpos = target;  
but I'm not sure where to put it.
but I'm not sure where to put it.
Sorry about that! ALso found you only need to do a maximum of 2 loops to keep from running into a stack-heap collision. WarPos script has been corrected.
Enjoy!

Revision as of 11:42, 23 April 2008

Question2.JPGLike the scripts or have a comment about the forums then this is the place. Just push the + button beside edit up top.Jesse Barnett 20:14, 8 December 2007 (PST)

Teleport script

Nice work. Help needed. "bubble" script won't compile: "destpos" undefined. I'm trying the earlier version now. I think the missing line is

        vector destpos = target; 

but I'm not sure where to put it.

Sorry about that! ALso found you only need to do a maximum of 2 loops to keep from running into a stack-heap collision. WarPos script has been corrected. Enjoy!