• For Honour Update

    From apam@21:1/125 to All on Thu Nov 1 13:20:18 2018
    Hi

    I've been working on my for honour door game today. I've just sent a new version to be hatched sometime.

    New in this version is "Other Places" lua scripted IGMs.

    Included is a basic "Two-Up" script that allows you to gamble your gold.

    I don't expect everyone will race out and write IGMs, but if they want to
    they can. There's no documentation on it, if you want to know what
    functions are available have a look in otherplaces.c it has all the ones implemented so far (Look in lua_push_cfunctions, also look in twoup.lua
    to get an idea).

    A lua script for For Honour starts with the following comment lines

    --name: Name of IGM
    --author: Your name
    --version: Version of mod

    The name is used in the other places menu, the others are used on the
    version info screen. Anything with the .lua extension inside the scripts
    folder will be loaded as an IGM, regardless of if you put those comment
    lines or not.

    If you want to write an IGM and need more functions, let me know and I'll
    look at adding them for the next version.

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)
  • From dream master@21:1/163 to apam on Thu Nov 1 00:52:08 2018
    On 11/01/18, apam said the following...

    I've been working on my for honour door game today. I've just sent a new version to be hatched sometime.
    New in this version is "Other Places" lua scripted IGMs.
    Included is a basic "Two-Up" script that allows you to gamble your gold. I don't expect everyone will race out and write IGMs, but if they want to they can. There's no documentation on it, if you want to know what functions are available have a look in otherplaces.c it has all the ones implemented so far (Look in lua_push_cfunctions, also look in twoup.lua
    to get an idea).

    is it pascal syntax? i made 3 igms for darkness dos and win32 if i have time i can play around.

    |08 .|05ú|13ù|15Dr|07e|08am Ma|07st|15er|13ù|05ú|08.
    |08 øù|05ú|13ùø |13øù|05ú|08ùø
    |11 DoRE|03!|11ACiDiC|03!|11Demonic
    |08[|15bbs|09.|15dreamlandbbs|09.|15org|08]

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/64)
    * Origin: |08--[|15!|07dreamland BBS bbs.dreamlandbbs.org (21:1/163)
  • From apam@21:1/125 to dream master on Thu Nov 1 18:07:48 2018
    On 11/01/18, apam said the following...

    I've been working on my for honour door game today. I've just sen version to be hatched sometime.
    New in this version is "Other Places" lua scripted IGMs.
    Included is a basic "Two-Up" script that allows you to gamble you
    I don't expect everyone will race out and write IGMs, but if they
    they can. There's no documentation on it, if you want to know wha functions are available have a look in otherplaces.c it has all t implemented so far (Look in lua_push_cfunctions, also look in two
    to get an idea).

    is it pascal syntax? i made 3 igms for darkness dos and win32 if i
    have time i can play around.

    no it's lua

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)
  • From Avon@21:1/101 to apam on Thu Nov 1 22:50:36 2018
    On 11/01/18, apam pondered and said...

    I've been working on my for honour door game today. I've just sent a new version to be hatched sometime.

    Thanks for uploading those files Andrew. I've hatched them now.

    Best, Paul

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From apam@21:1/125 to Avon on Thu Nov 1 20:02:18 2018
    On 11/01/18, apam pondered and said...

    I've been working on my for honour door game today. I've just sen version to be hatched sometime.

    Thanks for uploading those files Andrew. I've hatched them now.

    Thanks. I was sure I put WIN32 in the win32 version's file_id.diz, but I
    guess I didn't. Oops :)

    Andrew

    --- MagickaBBS v0.12alpha (Linux/x86_64)
    * Origin: The Fat Sandwich - sandwich.hopto.org:2023 (21:1/125)
  • From Tiny@21:1/130.4 to apam on Fri Nov 2 22:11:36 2018
    Quoting apam to All <=-

    New in this version is "Other Places" lua scripted IGMs.

    Installed and working fine over here on the pi BBS. I'm not adding
    anything new to the Ezycom side unless you specificaly ask me to try
    a win32 native version of something. :)

    A lua script for For Honour starts with the following comment lines

    I don't get lua. :) But I wouldn't write an IGM anyway as I don't have
    time to do anything. Currently working 6 days a week with 1 double shift
    so 7 days a week! ;)

    If you want to write an IGM and need more functions, let me know and
    I'll look at adding them for the next version.

    I will be looking into lua though, I have it "on the list" and have since
    you released Magicka.

    Shawn

    ... Help stamp out and abolish redundancy.
    --- Blue Wave/386
    * Origin: A Tiny slice o pi (21:1/130.4)
  • From sintrigue@21:2/147 to apam on Sun Nov 4 14:02:00 2018
    Thanks for this. I haven't done much LUA scripting at all, but it'd be neat
    to check it out, especially as I have For Honour on my BBS. :)

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Bowlin's Alley BBS (21:2/147)
  • From apam@21:1/101 to sintrigue on Mon Nov 5 14:37:28 2018
    Thanks for this. I haven't done much LUA scripting at all, but it'd be neat to check it out, especially as I have For Honour on my BBS. :)

    Cool! You're welcome, if you come up with anything let me know - or need any additional functions added, I figure I'd add them as I go rather than try to anticipate everything.

    Andrew

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)
  • From Avon@21:1/101 to apam on Wed Nov 7 21:18:48 2018
    On 11/01/18, apam pondered and said...

    Thanks. I was sure I put WIN32 in the win32 version's file_id.diz, but I guess I didn't. Oops :)

    No harm. :) Feel free to send me an updated file with the revised .diz and I can send it out to update the one already hatched if you like.

    Best, Paul

    --- Mystic BBS v1.12 A39 2018/04/21 (Windows/32)
    * Origin: Agency BBS | Dunedin, New Zealand | agency.bbs.nz (21:1/101)