Pangaea commented on a Page, -=- Hunt Record V1.0 -=-  -  Dec 25, 2009

Hi all, great script, been using it for years.. recently started it in another channel so made a slight variation of the original script.

Example

<Pan`Away> !jump

Pan`Away You reached a height of 2045 meters. To see who holds the record type: !best jump !best jump Our highest jumper so far was Pangaea . They reached an amazing height of 5047 meters. This athletic acheivment was set on Thu Dec 24 18:27:28 2009 !meditate Pan`Away You have deeply meditated and have become aware of 672321796418 new possibilities. To see whos in top place type: !best meditate !best meditate There person who has been closet to reaching enlightenment was Pangaea on Thu Dec 24 18:20:37 2009 . They realised 831460714341 new possibilities in one meditation session. code: on *:load:{ set %fishrecord 10 | set %huntrecord 10 | echo -a 4,1[9Hunting Script V1.0 By Da_DoN4] Loaded } on *:unload:{ unset %fishrecord | unset %huntrecord | unset %huntnick | unset %fishnick | unset %fishtime | unset %hunttime | echo -a 4,1[9Hunting Script Unloaded4] } on *:TEXT:!Jump:#:{ set %hunt $rand(1,10000) msg $chan $nick You reached a height of %hunt meters. 14To see who holds the record type: !best jump if (%hunt > %huntrecord) { set %huntnick $nick set %huntrecord %hunt set %hunttime $asctime msg $chan $nick just jumped a record height of %huntrecord meters. Congratulations!! unset %hunt } } on *:TEXT:!meditate:#:{ set %fish $rand(1,100000000000000) msg $chan $nick You have deeply meditated and have become aware of %fish new possibilities. 14To see whos in top place type: !best meditate if (%fish > %fishrecord) { set %fishnick $nick set %fishrecord %fish set %fishtime $asctime msg $chan $nick you have meditated the deepest so far by realising %fishrecord new possibilities. Congratulations!! unset %fish } } on *:TEXT:!best*:#:{ if ($2 == $null) { notice $nick You need to specify which world record you are choosing. Fish/Animal | halt } if ($2 == Meditate) { msg $chan There person who has been closet to reaching enlightenment was %fishnick on %fishtime . They realised %fishrecord new possibilities in one meditation session. } if ($2 == Jump) { msg $chan Our highest jumper so far was %huntnick . They reached an amazing height of %huntrecord meters. This athletic acheivment was set on %hunttime } happy xmas/new year
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.