HELP I'M SO LOST
HELP I'M SO LOST
I can't seem to make heads or tails of this language, or how it works. I've tried multiple tutorials, and none of them seem to apply anymore, as well as the documentation doesn't make any sense. Could someone help me out on simply getting my NPCs to talk?
https://hastebin.com/osibesocox.scala
https://hastebin.com/osibesocox.scala
- mcmonkey
- Site Admin
- Posts: 299
- Joined: August 5th, 2016, 7:27 pm
- Location: Los Angeles, California, USA
- Contact:
Re: HELP I'M SO LOST
Video tutorials are at https://one.denizenscript.com/denizen/vids
Main support line is live text chat at https://discord.gg/Q6pZGSR
That script doesn't look like it should fail to work but is visibly off-standard for modern setups, and might have some oddities causing it to fail. If you can't figure it out, post some error logs or similar here or on Discord for help figuring out what went wrong.
Main support line is live text chat at https://discord.gg/Q6pZGSR
That script doesn't look like it should fail to work but is visibly off-standard for modern setups, and might have some oddities causing it to fail. If you can't figure it out, post some error logs or similar here or on Discord for help figuring out what went wrong.
Denizen lead developer. On Discord as
mcmonkey#6666
.Re: HELP I'M SO LOST
Yes, those videos are the ones I've been looking through. Even if I copy the script in the video verbatim (which each set of videos does it slightly differently of course), it doesn't seem to work - it's not erroring as far as I can tell, it just doesn't do anything. Did I miss a step where I had to activate a permission or something?mcmonkey wrote:Video tutorials are at https://one.denizenscript.com/denizen/vids
Main support line is live text chat at https://discord.gg/Q6pZGSR
That script doesn't look like it should fail to work but is visibly off-standard for modern setups, and might have some oddities causing it to fail. If you can't figure it out, post some error logs or similar here or on Discord for help figuring out what went wrong.
- mcmonkey
- Site Admin
- Posts: 299
- Joined: August 5th, 2016, 7:27 pm
- Location: Los Angeles, California, USA
- Contact:
Re: HELP I'M SO LOST
Basically anything you try to do in Denizen will either give very explicit and useful debug output (until you disable debug for the relevant section) or an error. If you got neither of them... you're missing multiple steps that you need to do.Csstform wrote:Yes, those videos are the ones I've been looking through. Even if I copy the script in the video verbatim (which each set of videos does it slightly differently of course), it doesn't seem to work - it's not erroring as far as I can tell, it just doesn't do anything. Did I miss a step where I had to activate a permission or something?mcmonkey wrote:Video tutorials are at https://one.denizenscript.com/denizen/vids
Main support line is live text chat at https://discord.gg/Q6pZGSR
That script doesn't look like it should fail to work but is visibly off-standard for modern setups, and might have some oddities causing it to fail. If you can't figure it out, post some error logs or similar here or on Discord for help figuring out what went wrong.
Denizen lead developer. On Discord as
mcmonkey#6666
.Re: HELP I'M SO LOST
I see now... it shows when I reload the scripts, whoops. It's throwing an error when I declare the interact scripts.mcmonkey wrote:Basically anything you try to do in Denizen will either give very explicit and useful debug output (until you disable debug for the relevant section) or an error. If you got neither of them... you're missing multiple steps that you need to do.Csstform wrote:Yes, those videos are the ones I've been looking through. Even if I copy the script in the video verbatim (which each set of videos does it slightly differently of course), it doesn't seem to work - it's not erroring as far as I can tell, it just doesn't do anything. Did I miss a step where I had to activate a permission or something?mcmonkey wrote:Video tutorials are at https://one.denizenscript.com/denizen/vids
Main support line is live text chat at https://discord.gg/Q6pZGSR
That script doesn't look like it should fail to work but is visibly off-standard for modern setups, and might have some oddities causing it to fail. If you can't figure it out, post some error logs or similar here or on Discord for help figuring out what went wrong.
https://i.imgur.com/nRsI8fi.png
- mcmonkey
- Site Admin
- Posts: 299
- Joined: August 5th, 2016, 7:27 pm
- Location: Los Angeles, California, USA
- Contact:
Re: HELP I'M SO LOST
I noticed really late but your script posted earlier is broken a bit:
the interact scripts block should not be tabbed out further than the type.
Can probably apply the same fix to whatever your current script is.
Code: Select all
Jack_Daniels:
type: assignment
interact scripts:
- 1 Jack_Daniels_interact
Can probably apply the same fix to whatever your current script is.
Denizen lead developer. On Discord as
mcmonkey#6666
.Re: HELP I'M SO LOST
Thanks, that got it working.
Who is online
Users browsing this forum: No registered users and 2 guests