gfxgfx
 
Please login or register.

Login with username, password and session length
 
gfx gfx
gfx
76793 Posts in 13502 Topics by 1651 Members - Latest Member: Arnold99 November 16, 2024, 07:53:54 am
*
gfx*gfx
gfx
WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  HI-LO
gfx
gfxgfx
 

Author Topic: HI-LO  (Read 1963 times)

0 Members and 1 Guest are viewing this topic.

DemonAvenger

  • Guest
HI-LO
« on: March 31, 2006, 05:42:58 pm »
Here is a edited version of Flopsters Hi-Lo Game (in MXC)

Only added thing is it goes under 1 player then every one playing
Code: [Select]

<command type="script">
<in>!playhilo</in>
<out type="push" extdata="hilo1">%RANDOMNUM[9]%</out>
<out type="break" condition="==" lvalue="hilopo" rvalue="1"></out>
<out type="push" extdata="hilopo">1</out>
<out type="push" extdata="hilop">%RAWNAME%</out>
<out>#c6#Starting Number Is #c6#$hilo1$</out>
</command>

<command type="script">
<in>!stophilo</in>
<in>!closehilo</in>
<out type="break" condition="==" lvalue="hilopo" rvalue="0"></out>
<out type="break" condition="!=" lvalue="%RAWNAME%" rvalue="$hilop$"></out>
<out type="push" extdata="hilopo">0</out>
<out type="push" extdata="hilop"></out>
<out>Come back and play Hi-Lo again</out>
</command>

<command type="script">
<in>!hi</in>
<out type="break" condition="!=" lvalue="%RAWNAME%" rvalue="$hilop$"></out>
<out type="push" extdata="hilo2">%RANDOMNUM[9]%</out>
<out type="goto" extdata="5" condition="!=" lvalue="%RAWNAME%" rvalue="$hilop$"></out>
<out condition="<" lvalue="$hilo1$" rvalue="$hilo2$">#c6#$hilo2$</out>
<out condition="<" lvalue="$hilo1$" rvalue="$hilo2$">#c4#corect move on!</out>
<out condition=">" lvalue="$hilo1$" rvalue="$hilo2$">#c6#$hilo2$</out>
<out condition=">" lvalue="$hilo1$" rvalue="$hilo2$">#c8#LOSER</out>
<out type="self" condition="1" lvalue="$hilo1$" rvalue="$hilo2$">!hi</out>
<out type="push" extdata="hilo1">$hilo2$</out>
</command>

<command type="script">
<in>!lo</in>
<out type="break" condition="!=" lvalue="%RAWNAME%" rvalue="$hilop$"></out>
<out type="push" extdata="hilo2">%RANDOMNUM[9]%</out>
<out condition="<" lvalue="$hilo1$" rvalue="$hilo2$">#c6#$hilo2$</out>
<out condition="<" lvalue="$hilo1$" rvalue="$hilo2$">#c8#LOSER</out>
<out condition=">" lvalue="$hilo1$" rvalue="$hilo2$">#c6#$hilo2$</out>
<out condition=">" lvalue="$hilo1$" rvalue="$hilo2$">#c4#corect move on!</out>
<out type="self" condition="1" lvalue="$hilo1$" rvalue="$hilo2$">!lo</out>
<out type="push" extdata="hilo1">$hilo2$</out>
</command>

WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  HI-LO
 

gfxgfx
gfx
©2005-2024 WinMXWorld.com. All Rights Reserved.
SMF 2.0.19 | SMF © 2021, Simple Machines | Terms and Policies
Page created in 0.008 seconds with 20 queries.
Helios Multi © Bloc
gfx
Powered by MySQL Powered by PHP Valid XHTML 1.0! Valid CSS!