Thread: New Functions?
View Single Post
  #17  
Old 04-07-2005, 02:20 AM
-Ramirez- -Ramirez- is offline
Registered User
Join Date: Jun 2002
Location: USA, Ohio
Posts: 729
-Ramirez- has a spectacular aura about-Ramirez- has a spectacular aura about
Quote:
Originally Posted by jake13jake
Wnyway, what I am now wondering: What did scripters who used return before it actually returned a value use it for?
NPC Code:

function test() {
if (a == 1) return;
say2 Hey, I get to execute#bif a isn't 1!;
}

__________________
Kat
Reply With Quote