Top

Frogger game

Please Register to submit score.
Average Score  0.0
Scores Submitted  0
Date Added  Jan 16, 2008
Last Updated  Jan 16, 2008
Tags  charltonj  frogger  games 

Introduction

well this is a frogger game made it by me :P copy and paste it on your bot and type /me crosses the road to begin the game :P if you find any bug please always let me know, you can find me on irc.i-wwe.net #IWWE or #main, or comment here, thanks.

Grab the Code

Comments

  (5)  RSS
mountaindew
Comments: 1,380
 
mIRC Snippet:  Frogger game
Posted on Jan 16, 2008 2:42 pm
umm the two !fstats events duznt really make sense, because the second one can still not have a $2, so you'd be better off just checking if ($2) or for the second one, make it $$2
Romulus777
Comments: 3
 
mIRC Snippet:  Frogger game
Posted on Jan 16, 2008 3:21 pm
I see some grammar problems. Hitted, for example. Anyway, I'm going to try and get SCAKK to try it on his bot.
CharltonJ
Comments: 38
 
mIRC Snippet:  Frogger game
Posted on Jan 17, 2008 12:30 am
oh i forgot to say:P when you load it type /set %lvl 0 :)
T012m3n7oR
Comments: 22
 
mIRC Snippet:  Frogger game
Posted on Jun 7, 2008 2:11 pm
I put a load script before it to auto put the level 0 when loaded it will be a bit quicker then :)
Code:
on *:LOAD: {
  echo 9 -a You Have Loaded The Frogger Game.
  echo 9 -a I Do Hope You Like It.
  echo 9 -a Ask Someone Else To Type /me crosses the road.
  set %lvl 0
}


also there is no way to advance though the levels(parts) i changed it down to 4 ways, hit by tank, hit by car, progress, and level(go to the next part). And it works for me just fine nice idea, but the script needs alot of work to get it to work.
------
i will repost the script once i get it to work, and link it back to here giving you credit.

Cheers,
~T012
T012m3n7oR
Comments: 22
 
mIRC Snippet:  Frogger game
Posted on Jun 7, 2008 4:33 pm
http://www.hawkee.com/snippet/4507/
----
that is the new snippet link

Cheers,
~T012

Please Register or Login to start posting comments.
Bottom