-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Describe the bug
basically externally loaded scripts doesnt show up in scripts menu
To Reproduce
Steps to reproduce the behavior:
- make a script json outside of the gui
- put it in /DFScript/Scripts folder
- /script reload
Mod Version and OS
DFScript-Z branch, Windows 11
note: i didnt change anything regarding to scripts loading
test.json:
{
"name": "test",
"owner": "c630f561-47d1-4fe6-8631-9510f1e64dfd",
"server": "None",
"description": "N/A",
"headers": [
{
"type": "function",
"name": "hello",
"description": "",
"icon": "lapis_lazuli",
"args": {
"args": [
{
"name": "wassup",
"type": "Number",
"optional": true,
"plural": false,
"default": null
}
]
},
"snippet": {
"parts": [
{
"type": "functionCall",
"functionCall": "JoinStrings",
"arguments": [
{
"type": "VARIABLE",
"value": "another",
"scope": "TASK"
},
{
"type": "VARIABLE",
"value": "hello",
"scope": "FUNCTION"
},
{
"type": "STRING",
"value": "bruh"
},
{
"type": "FUNCTION_ARGUMENT",
"value": "wassup"
}
]
}
],
"hidden": false
}
}
],
"config": [],
"disabled": false,
"version": 8
}Metadata
Metadata
Assignees
Labels
No labels

