Brian Nelson

Results 9 comments of Brian Nelson
trafficstars

Hello, Leaving aside the localization (I dont have knowledge in that area), you can pretty easily redo how movement names are done. All you have to do is change the...

Ahh, didn't know you were using the inferred. Of the top of my head looks like you have a few options, 1. Don't use coords so that the exits will...

A workaround would be: ``` default: { result = state; // no change break; } ``` But I agree, would be nice to note move the comments around without the...

Having those autocompletions and typing from the .d.ts or ts-core is AMAZING!

I think I have experienced this as well. I have had to gate the deactivate listener to only fire once in a few things. But never looked into it.

I don't use the coord system and have created the tooling such as dig and buildwalk. I didn't really have a problem making a pathfinding to add the tooling of...

What I wanted to make for it was the ability to pass in a config object that you can utilize for npcs and objects. I would have to make my...

- Can instanced zones be saved for next reboot?

Would like to see the item added to ItemManager when hydrated to match npc.hydrate. Found a few instances where I didn't actually have the items being added to the ItemManager.