gesslar

Results 47 comments of gesslar

Honestly, I mis-wrote my example, it should have been: ```c poison_obj = present("poison_obj", weapon ); if( poison_obj && poison_obj->poison_effect ) { poison_obj->poison_effect( attacker, victim, weapon ); } ```

Hi there, @thefallentree, it looks like @jalbright015 is looking for your feedback earlier in this thread. Would you be able to provide?

I was getting that message before I installed gtk2 so then I installed it and I'm still getting the same error. Strange. On Tue., Nov. 9, 2021, 9:34 p.m. Chris...

I am also interested in this and this would influence me migrating my main GUI. The order of scripts is very important, unless you can give a better way to...

As a thought, since the json files are arrays, the order of them could be the representation?

For example, this JSON ```json [ { "isActive": "yes", "isFolder": "no", "name": "Main", "script": "" }, { "isActive": "yes", "isFolder": "yes", "name": "Utils", "script": "" }, { "isActive": "yes", "isFolder":...

I suppose it couldn't. _sigh_ Oh well, back to the drawing board.