![]() |
How connect source file? (analigy #include) - Printable Version +- Gothic Online Forums (https://archive.gothic-online.com) +-- Forum: Scripting (English) (https://archive.gothic-online.com/forum-11.html) +--- Forum: Scripting Help (https://archive.gothic-online.com/forum-12.html) +--- Thread: How connect source file? (analigy #include) (/thread-362.html) |
How connect source file? (analigy #include) - Kladvey - 09.01.2016 How are me connect others (source-file .nut) on main file? (analogy #include in C++).. Thanks very much! RE: How connect source file? (analigy #include) - AJJ - 09.01.2016 import("client-scripts/everytimeyoucloseyoureyes"); or import("server-scripts/lieslies"); (filename without .nut) RE: How connect source file? (analigy #include) - HammelGammel - 09.01.2016 Or use the GO_Config.xml. If I'm not mistaken (Haven't actually tested it), you'd need this anyways if you wanted to include the file on the client as I'm assuming only the files referenced in the config will actually be downloaded to the client. RE: How connect source file? (analigy #include) - Bimbol - 10.01.2016 Using GO_Config.xml is recommended, because only client files from config are downloaded to client PC. |