Lua: Difference between revisions
No edit summary |
No edit summary |
||
| Line 38: | Line 38: | ||
* <code>print()</code> - Removed to prevent 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. | ||
* <code>math.randomseed()</code> | |||
These existing standard library functions were modified: | These existing standard library functions were modified: | ||