gfxgfx
 
Please login or register.

Login with username, password and session length
 
gfx gfx
gfx
76774 Posts in 13500 Topics by 1651 Members - Latest Member: insider4ever April 19, 2024, 06:00:07 pm
*
gfx*gfx
gfx
WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  10-Pin Bowling
gfx
gfxgfx
 

Author Topic: 10-Pin Bowling  (Read 1639 times)

0 Members and 1 Guest are viewing this topic.

Offline Max™

  • MX Hosts
  • *****
  • If Im Not Back later... Wait Longer
    • Maxtech
10-Pin Bowling
« on: December 02, 2006, 12:34:12 am »
here's my revamped version of Bowling with added FXS colours
Code: [Select]
<config>
<command type="script">
<in>!bowl</in>
<out type="break" condition="1" lvalue="%game%" rvalue="1"> </out>
<out type="push" extdata="game">1</out>
<out type="normal" delay="1000">#c8#%NAME% #c12#Moves upto to the alley</out>
<out type="normal" delay="2000">#c8#%NAME% #c10#Is Nice And Straight</out>
<out type="normal" delay="3000">#c8#%NAME% #c15#Bowls The Ball</out>
<out type="normal" delay="4000">#c8#%NAME% #c11#Watches The Ball Roll</out>
<out type="push" extdata="0">%RANDOMNUM[4]%</out>
<out type="push" extdata="1" condition="==" lvalue=%USERVAR[0]% rvalue=0>#c?#It Looks Good Could It Be</out>
<out type="push" extdata="1" condition="==" lvalue=%USERVAR[0]% rvalue=1>#c?#OOh Looks Like A Gutter Ball</out>
<out type="push" extdata="1" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#ooo Its Lookin' Good!</out>
<out type="push" extdata="1" condition="==" lvalue=%USERVAR[0]% rvalue=3>#c?#It Doesn't Look Very Straight!</out>
<out type="push" extdata="0">%RANDOMNUM[4]%</out>
<out type="push" extdata="2" condition="==" lvalue=%USERVAR[0]% rvalue=0>#c?#Ball curves To The Right...</out>
<out type="push" extdata="2" condition="==" lvalue=%USERVAR[0]% rvalue=1>#c?#Ball curves To The Left...</out>
<out type="push" extdata="2" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#ooo Its Going Down The Middle!!!</out>
<out type="push" extdata="2" condition="==" lvalue=%USERVAR[0]% rvalue=3>#c?#ooo Its Looking A Little Wobbly!!!</out>
<out type="push" extdata="0">%RANDOMNUM[5]%</out>
<out type="push" extdata="3" condition="==" lvalue=%USERVAR[0]% rvalue=1>#c?#OOh It Still Looks Like A Gutter Ball</out>
<out type="push" extdata="3" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#It's Still Lookin' Pretty Good!</out>
<out type="push" extdata="3" condition="==" lvalue=%USERVAR[0]% rvalue=1>#c?#It's In The Middle And Looking Good!</out>
<out type="push" extdata="3" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#It's Starting To Curve To The Left!!</out>
<out type="push" extdata="3" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#It's Starting To Curve To The Right!!</out>
<out type="push" extdata="0">%RANDOMNUM[14]%</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=0>#c?#Its A Split..Go Again.</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=1>#c?#*#c?#*#c?#S#c?#T#c?#R#c?#I#c?#K#c?#E#c?#*#c?#*#c8#!#c4#! #c?#Get In There!!!</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=2>#c?#GUTTER BALL..#c?#Better luck next go </out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=3>#c?#SPARE.. Go Again.</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=4>#c?#ooh so close only one left!#c?# Pressures On With This Last Ball!</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=5>#c?#*#c?#*#c?#S#c?#T#c?#R#c?#I#c?#K#c?#E#c?#*#c?#*#c?#!#c?#! #c?#U WIN#c?#!#c?#!</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=6>#c?#GUTTER BALL..#c?#Better luck next go</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=7>#c?#SPARE! #c?#Can Ya Make It Pay?</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=8>#c?#You missed 9 balls#c?#!#c?#!#c?#!#c?# how#c?#? #c?#Try Again.</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=9>#c?#TWO IN A ROW!#c?# TOP SHOT. #c?#Try For 3#c?#?</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=10>#c?#I cant believe you missed that?</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=11>#c?#WAY TO GO..#c?#What A Winner!</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=12>#c?#You're really not very good at this game are you?</out>
<out type="push" extdata="4" condition="==" lvalue=%USERVAR[0]% rvalue=13>#c?#Ohh My God, You Call That Bowling? </out>
<out type="normal" delay="2000">%USERVAR[1]%</out>
<out type="normal" delay="3000">%USERVAR[2]%</out>
<out type="normal" delay="4000">%USERVAR[3]%</out>
<out type="normal" delay="5000">%USERVAR[4]%</out>
<out type="push" extdata="game">0</out>
</command>
</config>



Try Connecting, the attacks may let you  https://patch.winmxconex.com/

WinMX World :: Forum  |  Metis Scripts and Help  |  Games  |  10-Pin Bowling
 

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