MG Mud User | 88f1247 | 2016-06-24 23:31:02 +0200 | [diff] [blame^] | 1 | SYNOPSIS |
2 | object compile_object(string filename) | ||||
3 | |||||
4 | DESCRIPTION | ||||
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. |