-
Notifications
You must be signed in to change notification settings - Fork 3
Macros
talvo edited this page Aug 25, 2015
·
2 revisions
A Macro is a user-defined command which sends text and/or runs /commands to a world. They are defined in the Macro Window, which can be opened from the Options... menu, either for the current world or globally.
Macros are executed using the /runmacro /command. They can be used anywhere that /commands are parsed (for instance, from an Auto-Send).
Below is an example of a logroll macro, which automatically starts logging to a file named log_<world>-<year>-<month>-<day>.txt, and changes to a new logfile at midnight.
-
Name:
logroll - Commands:
/log -stop
/log -append 1 -leave 1 -buffer _none -- C:/Logs/log_[/get _w]-[/time %Y-%m-%d].txt
/at tomorrow 00:00:01=/run logroll
- Welcome to Potato
- Getting Started
- Make Potato the Default Telnet Client
-
Version Change History
- Version 2.0.0b19
- Version 2.0.0b18
- Version 2.0.0b17
- Version 2.0.0b16
- Version 2.0.0b15
- Version 2.0.0b14
- Version 2.0.0b13
- Version 2.0.0b12
- Version 2.0.0b11
- Version 2.0.0b10
- Version 2.0.0b9
- Version 2.0.0b8
- Version 2.0.0b7
- Version 2.0.0b6
- Version 2.0.0b5
- Version 2.0.0b4
- Version 2.0.0b3
- Version 2.0.0b2
- Version 2.0.0b1