Page 10 of 13

Re: Seltani: Rearranging the gallery

PostPosted: Tue Mar 18, 2014 1:01 pm
by belford
No, sorry. The gentext module (and text in general) streams output to a printing buffer; it isn't passed back as a return value.

Re: Seltani: Rearranging the gallery

PostPosted: Sat Mar 29, 2014 12:08 pm
by belford
This is only of regional interest... but I will be demoing Seltani at a Boston-area game demo night on April 10th.

http://www.masstlc.org/events/event_det ... ?id=418200

Re: Seltani: Rearranging the gallery

PostPosted: Sat Mar 29, 2014 6:28 pm
by KathAveara
May bring another burst of interest. Will have to hang around the plaza some.

Re: Seltani: Rearranging the gallery

PostPosted: Fri Apr 11, 2014 3:09 pm
by belford
Very random Seltani test request:

Can someone try the "I forgot my password" button and verify that the email arrives at the address it's supposed to? (You'll have to log out of the server to see this link.)

Thanks.

Re: Seltani: Rearranging the gallery

PostPosted: Sat Apr 12, 2014 12:41 am
by Acorn
belford wrote:Very random Seltani test request:

Can someone try the "I forgot my password" button and verify that the email arrives at the address it's supposed to? (You'll have to log out of the server to see this link.)

Thanks.


Yup, email arrived promptly.

Re: Seltani: Rearranging the gallery

PostPosted: Sat Apr 12, 2014 9:50 am
by belford
Great, thank you.

Re: Seltani: Rearranging the gallery

PostPosted: Wed Apr 16, 2014 10:57 am
by Pavitra
HoMT: meditation room.

Re: Seltani: Rearranging the gallery

PostPosted: Wed Apr 16, 2014 7:48 pm
by belford
Shoutwiki appears to have gone splat (http://blog.shoutwiki.com/). Seltani is not on the "possibly affected" list -- because there were no edits since the last solid backup -- but this is still irritating, since I spent a bunch of time last Thursday demoing! Hopefully they'll get the wiki back up soon.

Re: Seltani: Rearranging the gallery

PostPosted: Thu May 15, 2014 10:56 am
by belford
A friend of mine has posted a small new Age. Link from the book gallery or http://jmac.org/barbetween/

Also, it's been a year since my first Seltani journal post (http://seltani.net/journal2). I guess I should hold a little celebration on June 8th, which is the first anniversary of the neighborhood opening to the public. :)

Re: Seltani: Rearranging the gallery

PostPosted: Sat Jun 07, 2014 3:36 pm
by jmp12
I'm not sure if this is the right place to ask this question? But how do you edit array variables in Seltani?

I have a variable called "testme", with type value and content "[0, 0]", and then two code functions with content "testme[0] +=1" and "print(testme[0])" respectively.

In my location description I then have "[code_1] [[code_2]]". It seems like this should create a button which changes that entry in the array, followed by a bit of text displaying the value of that entry. Instead, it looks like the value refreshes back to its default value every time the text refreshes, clicking the code_1 link will make the code_2 bit display "1" no matter how many times I click, and doing anything else changes it back to 0.

Anyone understand what I'm doing wrong?

Edit: Ok, so only changing other variables actually refreshes it back to 0. Also leaving and returning to the location. Bringing up descriptions leaves it as it is. (Not sure what this information does for me though.)