inherited Script 5.1 OC any any ... Calling Parameters Calls the overloaded function. A function overloads another function if it is declared with the same name in the same scope. #include Clonk func Initialize() { CreateContents(Sword); return inherited(...); } This could be the script of a new clonk type. It derives its basic functionality from the normal clonk (Clonk) and extends the Initialize function. _inherited Sven22001-11