ID:156065
![]() Jan 4 2011, 8:26 am
|
|
I want to create a verb for staff in my game so that they can check the world log at any time. Is this possible? And if so, how would it be done?
|
Copyright © 2022 BYOND Software.
All rights reserved.
log+="John Doe preformed a generic action.
"
If you don't know HTML Br is just a line break, and it will create a new line.
When the staff uses the verb to view the log, have it browse that variable. Everything you've logged since the start of the world will be output to them.
Timestamps could be applied with embedded statements using time2text(), the reference can help you with the syntax.