Skip to content
Discussion options

You must be logged in to vote

This works for me.

Did you create an __lib__.json in the source for the sbslib?
Did you build an sbslib file, and is it in __lib__?
Did you also include the reference to the library in story.json of the missions that uses the library?
Did you import testing_sbs.py in any mast files?

I added a __lib__.json (note: The sbslib name needs to match the mission folder name which it looks like you did.)

{
    "version": "1.0",
    "sbslib": [
        "quick_example"
    ]
}

I build and have a artemis-sbs.quick_example.1.0.sbslib in __lib__.

sbs lib quick_example

If you do not have the sbs tool. Get it here and read about it here

I made sure I have the lib in my story.json

{
    "sbslib": [
        "

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@astrolamb-gaming
Comment options

@dougreichard
Comment options

@astrolamb-gaming
Comment options

@dougreichard
Comment options

@dougreichard
Comment options

Answer selected by astrolamb-gaming
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants