Ralph Caraveo
Ralph Caraveo
https://github.com/grumpygamer/DeloresDev/blob/419ce5eb99a6a58e85a0030ae8d7023980535f20/Scripts/Helpers/ActorHelpers.dinky#L57 Hello, I don't think this was intended...but it looks like two global variables are created on these two lines called: `min_use_dist` and `min_talk_dist`. Maybe the code should have been......
1. Before some commands like `TEXT(11118, "the Nickel News door")` or `SAY(11099, "....")` what do these numbers mean and how are they determined? 2. There is a script in `PostOffice.dinky`...
Hello, I forked this repo and with just a few clicks, I have the docs up and running: https://deckarep.github.io/DeloresDev/HelpDocsHtml/home.html This repository could do the same: * Click Settings (next to...
Hi @kazimanzurrashid This looks like a pretty awesome library. Was hoping you can add some documentation on how to get your repo up and running in Visual Studio. How can...
Hi @britzl, Here is the proposed change. Let me know if the code can be improved as I'm not super strong in Lua referencing issue: https://github.com/britzl/emthree/issues/6 Behavior before: - When...
Hi @britzl - you have a fantastic library here that I’ve been trying out. I found a way to improve the swipe behavior to make it more lenient. Are you...
We have a use case where some of our topics are defined with periods in them. Potentially not a good practice but that is the case none the less. For...
Hey guys, Wonderful api and platform you have here. I just wanted to see if you are okay with modifying the iron_go api to not return an error if no...
Hello, This library is amazing! Neco is well documented and well put together so thank you! But I wanted to ask about slow coroutine creation? I'm building an app that...
- Not everything is fully tested yet, this module is small enough that 100% completion is doable. - The tests are copy-pasta, we should just unify them since the implementations...