Is there a way to get the scripts that I would like to test to work. Currently I am attempting to work on drain samba and the luautils will not find the directory for drain_samba.lua.
I know that the animations for drain samba is not included yet in the program, I am just getting the ability to work at this point.
scripts for abilities
Re: scripts for abilities
That's a pretty open-ended question. Are you saying it can't find the script? You need to put the script in the scripts/abilities folder. It should show you the path to the file it's looking for in the error message.
-- Whasf
Re: scripts for abilities
also make sure the function names are all correct (looks for OnUseAbility)whasf wrote:That's a pretty open-ended question. Are you saying it can't find the script? You need to put the script in the scripts/abilities folder. It should show you the path to the file it's looking for in the error message.