This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import urllib | |
import urllib.request | |
import clipboard | |
import sys | |
import gi | |
gi.require_version('Notify', '0.7') | |
from gi.repository import Notify | |
from urllib.parse import quote |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tfm.exec.newGame(6445588) | |
tfm.exec.setNameColor("Imaginist",0xFFFFFF) | |
tfm.exec.setNameColor("Dedax",0xFFFFFF) | |
tfm.exec.setUIMapName("I Love You") | |
tfm.exec.setGameTime(8000,true) | |
function eventLoop(timeRemaining,timeRemaining) | |
imax = tfm.get.room.playerList.Imaginist.x | |
imay = tfm.get.room.playerList.Imaginist.y |
NewerOlder