Game Development Tools and Software
Home
Products
Torque 3D
Torque 2D
Store
Home
Genre Kits
Tools
Art Packs
Games
Community
What's New
Blogs
Resources
Forums
Dev Interviews
Made with Torque
Support
Documentation
Submit Bugs
Paid Support
Services
Education
Company
About GarageGames
Employment
Licensing
Licensing FAQ
RSS Feeds
Logo Guidelines
Contact Us
Register
Login
Cart
Game Development
Community
What's New
Blogs
Resources
Forums
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?
Torque Owner
Charles Williams
About the author
Recent Threads
Permission
Accessing/Location of the relighting function
Adding event code
Looking for several Team Members
Dynamic Triggers?
Next
Next Thread
Prev
Previous Thread
More from Technical Issues
Login to reply to this thread
Associate
Stefan Beffy Moises
#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...
Torque Owner
Charles Williams
#2
09/24/2002 (7:20 am)
thanks
Login to reply to this thread
Post a blog
Add a resource
Start a Thread
All Products
3rd Party Addons
iTorque 2D
iTorque 3D
TGE
TGEA
Torque 2D
Torque 3D Pro
Torque X
Associate Stefan Beffy Moises
function buildLoadInfo( %mission )...
it reads in a file and searches for the "MissionInfo" script block in there... should be pretty clear how it works...