ariel

Results 43 comments of ariel

I need to see if I can get confirmation from anyone else that this isn't working. It's working 100% on the testing server, but you have had some issues with...

Reasonable enough. Will do.

This is a known issue, but I'm not necessarily certain that a fix is possible. I will investigate, however.

The only NPCs I can confirm to not be working are the hair/skin NPCs. Likely because they're missing scripts. I can implement these to make it more GMS-like, but there...

The Ariant NPC was fine, but did nothing important. So, I wouldn't worry. The Storage NPCs worked fine, but you've been having that problem for awhile now...

Ria is known to not work.

Kin is the face/hair/skin NPC. You can speak to her via the player command `@kin`

It looks like the `#[tokio::main]` macro is locked behind a feature now, so you'd need to add `rt` and `macros` to the feature list for the tokio crate.

Edwin Brady's thesis, [Practical Implementation of a Dependently Typed Functional Programming Language](https://eb.host.cs.st-andrews.ac.uk/writings/thesis.pdf), may also prove a useful resource here.

I merged in the reconfiguration in place of this. Thanks!