Thread: putnpc2 problem
View Single Post
  #7  
Old 07-02-2007, 11:38 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Chompy View Post
When using that no errors occured in rc, but it wouldn't put the class in the level
You can't "put a class in a level" (well, I guess you could do level.join(class) but that isn't what we are talking about). When you use join() you are only telling the script to append what is in the class to the current script. Of course it will overwrite function definitions and stuff but in essence, that is all that it is doing.

Classes are not objects.
__________________
Do it with a DON!
Reply With Quote