Scripting Question
by varmint · in Torque Game Engine · 06/18/2002 (7:46 am) · 4 replies
About the author
#2
or objects/events that can be triggered to start/stop?
in either case it is 100% possible with the scripting command "schedule" and other tricks. Have a gander at the TGE Documentation and search for schedue in the script files.
-Ron
06/18/2002 (8:07 am)
Do you mean like random rain effects etc?or objects/events that can be triggered to start/stop?
in either case it is 100% possible with the scripting command "schedule" and other tricks. Have a gander at the TGE Documentation and search for schedue in the script files.
-Ron
#3
IE: remote admin the server and enable/disbale rain etc.?
if so, have a look at Daniel Nelson AdminMOD for TGE under the resource section. You can make the required modifications their to allow you to remotely enable/disable just about anything you wish.
-Ron
06/18/2002 (10:48 am)
for my sanity and clearity are you looking to do this remotelyIE: remote admin the server and enable/disbale rain etc.?
if so, have a look at Daniel Nelson AdminMOD for TGE under the resource section. You can make the required modifications their to allow you to remotely enable/disable just about anything you wish.
-Ron
#4
Josh
06/18/2002 (2:29 pm)
Take a look at commandToClient and commandToServer. They let you call functions on the client (or the server) from the server (or the client).Josh
Torque 3D Owner Stefan Rampp