about Hscript

   2978   1   1
User Avatar
Member
31 posts
Joined: 2月 2011
Offline
.> echo `points(“/obj/grid_object1/point1”,77,“Cd”)`

it is returns nothing~~~why?
User Avatar
Member
166 posts
Joined: 10月 2008
Offline
The points() expression is for strings.

To get Cd, which is a vector you should use point() instead.
Make sure to specify which component you're after as well.
  • Quick Links