Quote:
Originally Posted by Chompy
Well, echo() will output test into RC serverside, and into F2 clientside.
What join() do, is that it takes the content of the class (all the functions and such) and applies it to the script/object that is joining the class.
|
Ok, so join() works like putnpc, but it called from a class instead of a text file, and inserts all commands in the class in order below the join() command.. Gotcha..