Load script in script
-
situation
I have a full script that has been defined by modules and def's
Now, I only want it to be loaded when certain parametres are ok.
The 2 solutions I came up with is this:
-
Make 2 rb's: rb1 who checks the parametres, if they are ok, then load the full script from rb2.
Problem is rb2 contains data i need in rb1. I can not put that data in rb1 (since it is version information I want to keep in rb2) -
keep all in 1 rb (put the complete script rb2 in a module/def)
That does not work: not possible to put the modules and defs of rb2 in a module
Are there any other ways to solve this?
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement