so yeah this is me Bori and this is my first script. Before I tell you more I want to say thank you to so many people.
Thanks thepolm3, Kuma, Morphman, leWizard and topo who helped me with the beginning of scripting
So now jump to my script
Code: Select all
It just send you a glory message from Heaven, when you are in LineSPQR. Maybe I'll add a method to set it by your own.'''
LineSpqr Script by Bori
'''
YOU_ARE_A_LINESSPQR_MASTER = "You are a LineSPQR master"
def apply_script(protocol, connection, config):
class linesConnection(connection):
def on_spawn(self, pos):
if "|SPQR|" in self.name:
self.send_chat(YOU_ARE_A_LINESSPQR_MASTER)
return connection.on_spawn(self, pos)
return protocol, linesConnection
That's it for today people and stay tuned for more.
see ya
Bori




