Jump to content

unable to find named prefab folder in scripts main functions need help


Recommended Posts

you must be trying to take prefab apollon bow in game but game says that there is no such prefab.

first reason is that you must be haven't declared it on the top of your modmain.lua in root folder of you mod (as RandomFace said).

And if you declared it there then you need to watch if there is such prefab made in scripts/prefabs/apollon_bow.lua - it must return prefab apollon_bow at the very end of file

 

Link to comment
Share on other sites

 

Ok thanks I'll look into it 

21 minutes ago, Amalleus said:

you must be trying to take prefab apollon bow in game but game says that there is no such prefab.

first reason is that you must be haven't declared it on the top of your modmain.lua in root folder of you mod (as RandomFace said).

And if you declared it there then you need to watch if there is such prefab made in scripts/prefabs/apollon_bow.lua - it must return prefab apollon_bow at the very end of file

 

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...