Not hard. Well It Should work XD
import clr
clr.AddReferenceByPartialName("UnityEngine")
clr.AddReferenceByPartialName("Pluton")
import Pluton
import UnityEngine
from UnityEngine import *
class Nigeria:
def HomeOf(self, Player, Home)
ini = Homes()
check =...
Basic stuff.
/god /tphere /tpto /kit
/kit is a bit modified, but if someone doesn't want to use it, It's easially removeable, or I will make an option to disable it now.
I guess It's because of the 1 in the home word. Python is really sensitive on these.
To fix this Jakkee try putting
name = command.quotedArgs[0]
#to
name = str(command.quotedArgs[0])
#It's also safe to put (I'm not sure in the new iniparser)
command.User.Location # into str() also.
LOL
Pluton has IronPython which is a C# interpreter. It can execute C# methods by Python. IronPython only accepts Python, and C# methods which are "Pythonised". So you can use py, and pyc files.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.