Sephiroth
http://sephiroth.scifi-action.de/board/

$element
http://sephiroth.scifi-action.de/board/viewtopic.php?f=4&t=39
Seite 1 von 1

Autor:  Sephiroth [ 18. März 2008 00:25 ]
Betreff des Beitrags:  $element

;; Snippet to return a random element for the triple triad game
;; I made this alias for Snaeng so

alias element {
  var %x = $r(1,110)
  if (%x isnum 1-76) { return None }
  elseif (%x isnum 77) { return Holy }
  elseif (%x isnum 78-84) { return Thunder }
  elseif (%x isnum 85-90) { return Fire }
  elseif (%x isnum 91-92) { return Water }
  elseif (%x isnum 93-95) { return Ice }
  elseif (%x isnum 96-101) { return Bio }
  elseif (%x isnum 102-107) { return Earth }
  else { return Wind }
}

Seite 1 von 1 Alle Zeiten sind UTC + 1 Stunde
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/