Game Development Community


#1
06/18/2002 (7:46 am)
Just use the console. Press the ^-key on the top left of your keyboard and the console will open up. Now, you can enter script commands, that will be interpreted right away, just like if they were contained in a .cs file.
#2
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
06/18/2002 (10:48 am)
for my sanity and clearity are you looking to do this remotely
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
#4
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