We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823690f commit 33f6864Copy full SHA for 33f6864
3 files changed
IronPythonPlugin/_BuildResult/IronPythonPlugin.dll
-512 Bytes
MyIronPython/_BuildResult/MyIronPython.dll
0 Bytes
README.md
@@ -38,7 +38,7 @@ You can also use python from console:
38
\from System import *
39
\Console.WriteLine("ok")
40
```
41
-The '\' symbol is defined in config as "command_specifier" and it determines that this is python script.
+The "\\" symbol is defined in config as "command_specifier" and it determines that this is python script.
42
You can use it even from in-game chat with the same syntax if you have execute permission (see config).
43
Read about IronPython integration to .NET [here](https://ironpython.net/documentation/dotnet/).
44
This repository already contains a [folder](https://github.com/ASgoPew/IronPythonPlugin/tree/master/Scripts) with some basic scripts.
0 commit comments