@ moderators:
testing post, to see why I got a 'you can't post that' red prevention message
it occurs when I write:
pla.yer.info
including when within the code box too:
pla.yer.info
but without the dot/period in 'player'
(if I remove that dot/period, I get a red prevention message saying 'you can't post that' and it blocks from: posting and/or updating my post)
maybe it's just because of whatever the 'markdown' language's syntaxes/commands... but maybe might want to look into it, just in case.
or... maybe it's how the site accesses/stores the users...
I accidentally found it, when I was trying to do this in another post to help/answer a user about GameBook Attribute usage:
http://textadventures.co.uk/forum/quest/topic/dlzhtgvkxkclkn1umaa2ya/setting-and-adjusting-visible-attributes-in-gamebooks
(it took me awhile to trouble shoot it --- due to my long post ... first, I thought it might have been profanity filtering of 'sex/adult', then maybe word-count/size post limitation, or that I had typos which caused it, but finally I narrowed it down to the actual cause, via deleting parts of my post until found the culprit)
player.alias = "HK"
player.sex = "male"
player.age_string = "adult"
player.age_integer = 18 // I wish I was still 18
player.race = "human"
player.class = "warrior"
set variable pla.yer.info_string = [EXPRESSION] player.alias + " is a " + player.age_integer + " year old " + player.age_string + " " + player.sex + " " + player.race + " " + player.class + "."