Difference between revisions of "Reinc script tintin"

From Mortal Realms Mud
Jump to: navigation, search
(Created page with '<pre> #var password password_gues_here #var counter 0 #alias char_reinc {reinc cle elf female $password} #action {Average Stat: %0m%1.0 } {#if {%1 != 15} {#if {$counter < 45} {#m...')
 
 
Line 1: Line 1:
 
<pre>
 
<pre>
#var password password_gues_here
+
#var password password_goes_here
 
#var counter 0
 
#var counter 0
 
#alias char_reinc {reinc cle elf female $password}
 
#alias char_reinc {reinc cle elf female $password}
 
#action {Average Stat: %0m%1.0 } {#if {%1 != 15} {#if {$counter < 45} {#math counter {$counter + 1}};#if {$counter = 45} {smile;#var counter 0};char_reinc}} {5}
 
#action {Average Stat: %0m%1.0 } {#if {%1 != 15} {#if {$counter < 45} {#math counter {$counter + 1}};#if {$counter = 45} {smile;#var counter 0};char_reinc}} {5}
 
</pre>
 
</pre>

Latest revision as of 09:51, 10 August 2009

#var password password_goes_here
#var counter 0
#alias char_reinc {reinc cle elf female $password}
#action {Average Stat: %0m%1.0 } {#if {%1 != 15} {#if {$counter < 45} {#math counter {$counter + 1}};#if {$counter = 45} {smile;#var counter 0};char_reinc}} {5}