![]() |
Hangman - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Submissions (/Forum-Script-Submissions) +--- Thread: Hangman (/Thread-Hangman) |
Hangman - Catalan_mistral - 02-16-2017 12:40 AM Save Lord British from the noose, guess the word game. 83 words included, but you can add/remove/replace as many words as you like. Create a theme set of words , use for quests, with a little bit of editing you could reward them a new item every time they get it correct. Or you could just leave it alone for some random Fun ![]() Hangman_v1_1 If you've already download please change Word count in names section to 83 ![]() RE: Hangman - Antoska - 02-16-2017 01:04 AM Very nice. Thx. RE: Hangman - Catalan_mistral - 02-16-2017 01:20 AM YW ![]() RE: Hangman - darksun84 - 02-16-2017 02:15 AM Small typo in line 275 i think Code: IF (!STRMATCH(*<ARGS>*, <Tag.Hangman.Word>)) RE: Hangman - Catalan_mistral - 02-16-2017 05:12 AM Changed. still worked but happy to update my knowledge , and use updated scripting practice ![]() RE: Hangman - Catalan_mistral - 02-16-2017 06:46 AM Just found a small bug, if you've already downloaded, change word count in the names section to 83. RE: Hangman - xwerswoodx - 02-16-2017 02:59 PM Easies way for buttons Code: ON=1 Add this: Code: [DEFNAME hangman_defs] and change code with this; Code: On=1 26 Also only for suggestion, if you use TAG0 for integers, like tag.hangman.tries -> tag0.hangman.tries, it could be better for you, honestly, I only using tag for variables with word. RE: Hangman - Catalan_mistral - 02-17-2017 12:11 AM Updated ty xwerswoodx, much appreciated any input to improving skills and the script are always welcome. |