ID:176587
Dec 31 2002, 5:45 am
|
|
I need help making the world.log variable be defined to 'debug.txt'.
|
Copyright © 2025 BYOND Software.
All rights reserved.
world.log = file("mylog.txt")
Then to output to it:
world.log << "Uh oh."
-<font color="#ffff00">Nova</font>