Hi Dave—you sure have a fast reply!
1. I SSH into the Amazon server we are using. Works fine.
2. On the browser, I had typed in an error. but it seems to work fine now.. What I did was to embed html code directly in the bot response… worked.
I did have a bit of a problem with the code that Bruce gave me some time ago for capturing the discussants name:
t: You might want to ask me who I am or what my name is.
a: ([ <<what name>> <<who you>>]) My name is Florence Nightingale - what is your name? Tell me your firstname and lastname or just your first name.(for example: Jane Smith)
b: ( _[*2 *1]>) # won’t work with a general wild card
$fullname= ^pos(capitalize ‘_0’)
_1 = ^burst ($fullname _)
$firstname = _1
Nice to meet you, $firstname
.... the above code works just great perfectly—but when I put on the server and respond with my first and last name: John Bourne… it responds .. Nice to meet you Join Bounce… interesting substitutions.
Also, I am a bit mystified by the lack of outputting of gambits in the server version - shouldn’t the code run just the same on both my local machine and on the server?
Sorry to be such a bother…. Maybe others have this problem moving over to Amazon too…..
John