Top

Comments

  (3)  RSS
The009's
larry
Comments: 16
 
mIRC Snippet:  Advanced Spin The Bottle Ver 2.0.3
Posted on Nov 2, 2006 1:18 am
if ( %s == $nick ) needs to be if (%s == $nick), ( %count.attempt >= 50 ) to (%count.attempt >= 50) ...
Pibb
Comments: 30
 
mIRC Snippet:  Advanced Spin The Bottle Ver 2.0.3
Posted on Jun 15, 2006 9:29 pm
You have some needed spaces, and too many space in some places.
The009
Comments: 3
 
mIRC Snippet:  Advanced Spin The Bottle Ver 2.0.3
Posted on Jun 15, 2006 6:08 pm
Revised Code. Didnt think about the old one how it could go into an infinate loop... it now works it will not go into an infinate loop. if you are using this script please update to the new version.
Bottom