about Hscript

   2828   1   1
User Avatar
Member
30 posts
Joined: Feb. 2011
Offline
.> echo `points(“/obj/grid_object1/point1”,77,“Cd”)`

it is returns nothing~~~why?
User Avatar
Member
166 posts
Joined: Oct. 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