Thread: Stupid Scripts
View Single Post
  #16  
Old 11-04-2001, 02:41 AM
Loriel Loriel is offline
Somewhat rusty
Loriel's Avatar
Join Date: Mar 2001
Posts: 5,059
Loriel is a name known to allLoriel is a name known to allLoriel is a name known to allLoriel is a name known to all
NPC Code:
if (created) {
GoToBoards();
timeout = 0.05;
}
if (timeout) {
if (onboard) PostSillyStuff();
timeout = 0.05;
}

Reply With Quote