Thread: New Functions?
View Single Post
  #16  
Old 04-07-2005, 12:57 AM
Rick Rick is offline
PipBoy Extraordinaire!
Rick's Avatar
Join Date: Jul 2004
Location: Long Beach, California.
Posts: 831
Rick is on a distinguished road
Quote:
Originally Posted by jake13jake
Wow, return actually returns now? Sweet Deal!
Wnyway, what I am now wondering: What did scripters who used return before it actually returned a value use it for?
NPC Code:
function stupidgs1function() {
thing = retvalue;
}

Reply With Quote