@;@ RHP_name: Polish Armour v1.06 @;@ For: The Forest Outhouse v2.14+ @;@ Written_by: Donald Tidmore @;@ Fidonet Email: 1:/123/450 @;@ Email: ktidmore@bellsouth.net, donald.tidmore@usa.net @;@ URL: http://camelot.legendarydragons.com/Scripts/ @;@@PROGRAM@ OUTHOUSE @;@@VERSION@ 2.10 @;@@NAME@ Polish Armour @;@@SCRIPTVERSION@ 1.06 `#Event In The `0Dark Forest`0 `0=================================================================== `%You find the `#Blacksmith `%again, in `!`] `%forest clearing, outside a log cabin. `0The smith is busy polishing various pieces of Armour, sitting beside a forge. @IF@ MALE @GOTO@ @#MEN @IF@ FEMALE @GOTO@ @#WOMEN @#MEN `$She says, `!"It is great to see a heroic guy like you today." @GOTO@ @#ENDING @;@======================================================== @#WOMEN `$He says, `!"It is wonderful to see a beautiful lady warrior today." @#ENDING `0Then `$`o `0offers to give your `#`a `0a quick `0go-over for free. @MORE@ `!You accept `0`] `!offer, and `$`o `!helps you take the armour off. `$The smith `$applies some armour polish to it. `!When you put it `!back on, it looks almost new again! `%You currently have `#@*@DEFENSE@*@ `0Defense Points. @DEFENSE@ +LEVEL*3 `#You now have `!@*@DEFENSE@*@ `$Defense points. `!You leave the camp, feeling more protected in the `3Dark Forest `!now by your polished armour. @MORE@ @VARIABLE1@ =0 @VARIABLE2@ =0 @VARIABLE1@ LEVEL*20 @VARIABLE2@ VARIABLE1*25 @GOLD@ -VARIABLE2 `!The Blacksmith is holding `$@*@VARIABLE2@*@ `%Gold coins `!that `#`n `!paid `0`>, `!for fixing up `6`[ `%armour so well. @END@ @;@ ================================================================ @;@ Created at 11:04 pm. 06/15/03. @;@ Adaptation of my Polish Armour LORD LADY Script. 06/15/2003. @;@ 06/15: Used sex terms (he/she, his/her) referring to @;@ Blacksmith in text depending on the sex of the player. @;@ ========================================================== @;@ Testing < code. If player is female, it shows "her" @;@ wording, otherwise it shows "him". @;@ Testing > code. If player is female, it shows "him" @;@ on-screen. Otherwise, player sees "her". @;@ 06/18 Notes: The @ symbol can not be used with value being added, @;@ subtracted, multiplied, or divided in a math formula. @;@ No spaces can be used between elements of math formula. @;@ One space is required before the = sign. @;@ ----------------------------------------------------------------------- @;@ `% Evaluation of changing Armour Name @;@ `%The player is wearing `!`a `%at this time. @;@ @ARMOUR@ @;@ `%The player is now wearing `!@*@ARMOUR@*@ `%. VERIFIED @;@ `0 --------------------------------------------------------------- @;@ 06/23/03: Verified use of ARMORNUM, ARMOURNUM using in-line display. @;@ 06/23: Verified use of WEAPONNUM in in-line display. @;@ 10/21/03: checked on lines indentation. @;@ 04/21/2007: updated email info in headers. @;@ 06/27/2007: replaced web-site URL. v1.05. @;@ 06/07/08: RHP Code changes done. v1.06 @;@ Fixed glitches with use of LEVEL and VARIABLE1*GEMS cmds.