how to capture local variable

   2263   1   1
User Avatar
Member
104 posts
Joined: March 2008
Offline
I don't know how to use the variable of
/obj/geo1/tx,ty,tz

i try in Textport with::
echo $/obj/geo1/tx fail
echo /obj/geo1:tx fail
echo $/obj/geo1/tx fail
and etc ~~ fail too

how to capture the local variable in a node ??
User Avatar
Member
104 posts
Joined: March 2008
Offline
forgive me , i just sudently remember how to settle my question

here is the solution

::::::::::::::::::::::::::::

ch(“/obj/geo1/tx”)

Hscript
set test = `ch(“/obj/geo1/tx”)`
echo $test
  • Quick Links