Eric P. Nusbaum
Eric P. Nusbaum
Ordinal `MAJORBBS.244` is `FSDFXT` `char *stg=fsdfxt(int fldno, char *buffer, int maxlen);` From what I can tell, DialChat uses this method to take a specific field from the FSD and save...
You're able to use the menu items by their hotkey values `P`, `C`, etc. I'm still trying to noodle out how Oltima handles direction keys. It's a little tricky because...
Interesting! We'll put it on the roadmap as a stretch goal.
It looks like in DialChat's `sttrou()` it's checking a flag in the user's VDA:  Verified in source this check is: `if (chtvda->level == 2)` and is set by this...
Currently the system responds with `YES` to any check on a flag. In future versions we'll be implementing more specific key management via the User Database.
This could be an error with the FSD as I think the only real template we've ever tested with was MajorMUD's character creation screen. I'll have to take a look...
Ordinal `MAJORBBS.88` is `OLDBGNEDT`, which looks like a proxy API which looks like it calls the Full-Screen Editor (`BGNEDT`)? We'll need to figure out how the values passed into `OLDBGNEDT`...
I started looking into this and it appears there's an issue with how it loads the different "Modules" within the name. The log file `RCIROSE.LOG` has the following entry: ```...
Haven't had a chance to revisit this one yet. It'll require some debugging based on the info I posted above.
This is an interesting idea! We'd probably need to do it in a couple steps: If we wrap the calls to the internal function delegates for the mapped APIs within...