!--------------- Copy this to the beginning of a lua script to use the functions ---------------! function randInit() if not randinit then math.randomseed(os.clock()) randinit = true end end