Lua: Difference between revisions
No edit summary |
No edit summary |
||
| Line 37: | Line 37: | ||
* <code>load()</code> - Reason for removal unclear | * <code>load()</code> - Reason for removal unclear | ||
* <code>print()</code> - Removed to Lua from touching stdout. This is replaced by a function that prints output to the ingame chat. | * <code>print()</code> - Removed to prevent Lua from touching stdout. This is replaced by a function that prints output to the ingame chat. | ||