Jump to content

Hscript Question


Snappy_Darko

Recommended Posts

Hey,

opparm -l /obj/geo2/null1/ *

will list all the paramaters on the node "null1"

if there is no "seed" paramater that already exists on the node then you will get an error.

If you edit the paramater interface on the null and add a "seed" paramater you can get its value with;

opparm -d /obj/geo2/null1/ seed

To set that seed value (if it exists)

opparm  /obj/geo2/null1 seed 3

If you are trying to create paramaters on nodes I would suggest using python and look into parmtemplategroups. The creating of these template groups can get a little tricky especially when you nest them in other template groups.

Hope this helps

R

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...