Snappy_Darko Posted November 4, 2020 Share Posted November 4, 2020 Hello, I'm im trying create a seed value/reference for the null using Hscript, but im getting 'Skipping unrecognized paramter "seed"'.. is there a reason why this is happening? Quote Link to comment Share on other sites More sharing options...
RogerW Posted November 11, 2020 Share Posted November 11, 2020 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.