blob: 1b55658746e4b36ae033ede99589cfd971604c9a [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001SYNOPSIS
2 object compile_object(string filename)
3
4DESCRIPTION
5 This function is caled if the interpreter cannot find the
6 file for an object to be loaded. The master object has now
7 the opportunity to return an object that will then serve as if
8 compiled from the given filename.
9
10 If 0 is returned, the usual ``Could not load descr for'' error
11 will occur.