$comeback = 30; # ペットを一回外に出すと何分したら戻ってくるか。
# 外出中の処理 # if ($out == 1 && (time - $outdate) < $dayhour[$comeback]) { if ($out == 1 && (time - $outdate) < $comeback * 60) { &petnow($gone_img,$out_msg); $noaction = 1; return; } else {$out = 0;}