|
Buba Newbie
Joined: 01 May 2002 Posts: 0
|
Posted: Thu Apr 04, 2002 4:43 pm
Logging |
Im Trying to Find a way to write the #SAY command to a file
meaning if i have my script execute
#SAY This is the Underground
I was This is the Underground to be written to a file but im not finding a way to do that, any ideas? thanks |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Apr 04, 2002 5:29 pm |
Use a #WRITE command at the same time as the #SAY.
#SAY {This is the Underground};#WRITE 1 {This is the Underground}
You'll need to open the file using #FILE first.
LightBulb
All scripts untested unless otherwise noted |
|
|
|
|
|