alias Scramble {
remini scramble.ini scramble_game
var %x 1
writeini scramble.ini Scramble_Game Word $1
while (%x <= $len($1)) {
writeini scramble.ini Scramble_game %letter $+ %x $mid($1,%x,1)
inc %x
}
}
alias Unscramble {
var %x 1
set %word $readini(scramble.ini,scramble_game,word)
set %len $len($readini(scramble.ini,scramble_game,word))
while (%x <= %len) {
set %removing $rand(1,$len(%word))
set %unscrambled %unscrambled $+ $mid(%word,%removing,1)
set %word $remove(%word,$mid(%word,%removing,1))
inc %x
}
1. some thing ultra simple have the filename of the file your messing with is the @window title bar
2. Is there anyway you could add compare file\'s ( for snapshot\'s to make finding the changing data a little easier? )
By that I mean just checking for the differences
3. It seems to be adding lines... ( the one I use cygnus stops at
2030
but your\'s seems to skip lines
on *:TEXT:*:#: {
If ( %awaynick isin $1 ) {
notice $nick Im sorry but i seem to be away
notice $nick :Stat\'s: %break Away Reason: %away.reason %break Left at: %time %break Time Away: $duration($awaytime) %break
}