Non GML (Game Maker Language) programming chat thread

How do I do
a v spoiler message in coding that shows click on spoiler message instead of simply spoiler?
Hi
^ Such as instead of the click on to reveal spoiler word spoiler appears, the word Amanda shows up.






If need be or wanted or both you can do something like
'''
Jason please replace $ with [
Jason please replace % with ]



$move%Hello Jason$/move%



^ doing needed replacement will make
[move]Hello Jason[/move]
text move.
'''
for example.
 
Thank you and I Jason below in this post will test ISPOILER thank you.



Danielle [ ISPOILER]Danielle[ /ISPOILER]



Danielle[/ISPOILER=Amanda] [ ISPOILER=Amanda]Danielle[ /ISPOILER=Amanda]



Danielle[/ISPOILER="Nicole"] [ ISPOILER="Nicole"]Danielle[ /ISPOILER="Nicole"]
 

rIKmAN

Member
Thank you and I Jason below in this post will test ISPOILER thank you.



Danielle [ ISPOILER]Danielle[ /ISPOILER]



Danielle[/ISPOILER=Amanda] [ ISPOILER=Amanda]Danielle[ /ISPOILER=Amanda]



Danielle[/ISPOILER="Nicole"] [ ISPOILER="Nicole"]Danielle[ /ISPOILER="Nicole"]
To change the spoiler button text just type the text after an equals sign in the opening tag, like so:

[spoiler=This is my title]

This is my spoiler text
 
Top