Hey there.
For some reason I can't save my map properly and I was wondering how I should deal with the problem I have.
I got 3 systems that have to cooperate together.
1) library QuestSystem
2) library QuestItemSystem initializer init requires QuestSystem
3) library DropSystem requires HandleData
(HandleData isn't important at the moment)
Alright this is how they work together:
In DropSystem there's a line that directs to a function I wrote in QuestItemSystem. In QuestItemSystem there are some lines that direct to a function in QuestSystem.
QuestSystem and Dropsystem have been in my map for very long already. Now I just added a function to it which is in the QuestItemSystem.
I'm getting an error saying 'Library nesting isn't allowed'.
I tried changing the QuestItemSystem to a scope, but then it doesn't recognize some actions anymore.
So what should I do?
For some reason I can't save my map properly and I was wondering how I should deal with the problem I have.
I got 3 systems that have to cooperate together.
1) library QuestSystem
2) library QuestItemSystem initializer init requires QuestSystem
3) library DropSystem requires HandleData
(HandleData isn't important at the moment)
Alright this is how they work together:
In DropSystem there's a line that directs to a function I wrote in QuestItemSystem. In QuestItemSystem there are some lines that direct to a function in QuestSystem.
QuestSystem and Dropsystem have been in my map for very long already. Now I just added a function to it which is in the QuestItemSystem.
I'm getting an error saying 'Library nesting isn't allowed'.
I tried changing the QuestItemSystem to a scope, but then it doesn't recognize some actions anymore.
So what should I do?