Thread: command?
View Single Post
  #5  
Old 01-05-2004, 11:20 PM
DIABLO2099 DIABLO2099 is offline
Registered User
Join Date: Sep 2002
Location: New York
Posts: 290
DIABLO2099 is on a distinguished road
Also a do loop is almost the same as a for and a while, just the fact that a do loop does the loop first then checks requirements.

NPC Code:
do {
//actions;
//increment;
} while (condition);



That is the basic format incase anyone who doesn't know, wants to.
__________________
-Former UnholyNation Server Manager.

Call me Xecutor.
Reply With Quote