Page 3 of 3

Re: Turn-based script possible?

Posted: Sun Dec 09, 2012 10:32 pm
by Ixnatifual
Sounds kind of like the D&D move-action system. Or perhaps even more so XCOM's version of it.

Re: Turn-based script possible?

Posted: Mon Dec 10, 2012 12:49 am
by Rook
JKos wrote:Sorry, I accidentally uploaded a non-working version (there was one square bracket comment, which breaks the module loading system), but now it should work.

Looking forward to your tweaks. And if there is anything you can't figure out in that script just ask.
I'm getting this error message when loading my dungeon with the new turn-based script;
mod_assets/framework/modules/turn_based.lua:158: ')' expected (to close '(' at line 6) near 'function'

Re: Turn-based script possible?

Posted: Mon Dec 10, 2012 9:59 pm
by JKos
Damn Google Drive, for some reason it didn't anymore update the zip after I deleted it from google drive temporarily. Everything seemed to be right, but the zip wasn't updated. But now the zip is the correct one, I checked it. Sorry.

Re: Turn-based script possible?

Posted: Tue Dec 11, 2012 12:37 am
by Rook
That's working much better now. :)

Regarding adding the turn_based script entity: Do I copy from line 6 to 362?.

EDIT:

Got it working as a script entity now. Time to start tinkering. :)