View Single Post
  #96  
Old 08-17-2001, 02:33 PM
Gameo Gameo is offline
Banned
Gameo's Avatar
Join Date: Jun 2001
Posts: 2,002
Gameo is on a distinguished road
Send a message via ICQ to Gameo
Quote:
Originally posted by kyle0654
NPC Code:

if (true==true) {
checkifkyleposts();
if (kyleposts==true && kyle.time.hour in |0,6| && kyle.daystilschool < 14 && kyle.sleepmode==false) {
makekylegetreallytired();
makekylegotobed();
dragkyletobed();
turnoffelectricityandtapekyleseyesshut();
ducttapekyletohisbed();
kyle.sleepmode = true;
}
}

aha
goodnight
Reply With Quote