Game Development Community

Script Question

by Charles Williams · in Technical Issues · 09/23/2002 (8:31 pm) · 2 replies

Is there a script command to open/read in a file?

#1
09/23/2002 (10:56 pm)
Yes, look at common/server/missionInfo.cs,
function buildLoadInfo( %mission )...
it reads in a file and searches for the "MissionInfo" script block in there... should be pretty clear how it works...
#2
09/24/2002 (7:20 am)
thanks