gui for helpers+
Posted: Thu Mar 16, 2017 10:05 pm
a little gui to create regions, that has its own buttons for people its available for in the 'U' menu.
I wrote a proof of concept for it in python as seen here:
I wrote a proof of concept for it in python as seen here:
Code: Select all
chatKey = "t"
coordOne = tuple(input("enter first coord"))
coordTwo = tuple(input("enter second coord"))
print("{0}//pos1{1} {2} //pos {3}).".format(chatKey,coordOne,chatKey,coordTwo))