hscript to dive into a node?

   4137   7   1
User Avatar
Member
176 posts
Joined: July 2005
Offline
Does any one know which command is used to dive into a network/navigate the hierchies using hscript?

I tried using

opcf `oppwf()` groups_method

also tried

ucd `oppwf()` groups_method

mainly I'm using the textport to try to find these answers…but here I am once again…thanks in advance for any suggestions.
User Avatar
Member
7720 posts
Joined: July 2005
Offline
I'm not sure what you want? “opcf groups_method” ?
User Avatar
Member
176 posts
Joined: July 2005
Offline
sorry about any confusion…

let's say my path is op/obj/TrainWRECK/groups_method

and I want to go inside of the groups_method object
User Avatar
Member
7720 posts
Joined: July 2005
Offline
isn't that just:
opcf /obj/TrainWRECK/groups_method
?
User Avatar
Member
176 posts
Joined: July 2005
Offline
unfortunetly that isn't quite working…

basically I am trying to make this work in a button in an OTL and this script would be in the callback…

I tried both of these…

opcf `oppwf()`groups_method

opcf /obj/TrainWRECK/groups_method

no luck…any other ideas?-(0_o)
User Avatar
Member
7025 posts
Joined: July 2005
Offline
Do you mean you want the UI to actually change to show you that? You want the “pane” command for that…

opcf in simply changes the current working directory but does not change the UI.

Cheers,

Peter B
User Avatar
Member
7720 posts
Joined: July 2005
Offline
panepath ?
User Avatar
Member
176 posts
Joined: July 2005
Offline
ah…….thank you…works like a charm.
  • Quick Links