Page 1 of 1

gui for helpers+

Posted: Thu Mar 16, 2017 10:05 pm
by Hamster
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:

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))

Re: gui for helpers+

Posted: Thu Mar 16, 2017 10:56 pm
by nickmcski
Umm... We already have a better system in place