Skip to content

Commit

Permalink
Update Pyramid_StreamlabsSystem.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aseroff authored Mar 1, 2019
1 parent 32865e8 commit 07a8347
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Pyramid_StreamlabsSystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,12 @@ def Init():
"rewardTenPlusWide": 10,
}

void Log(string scriptName, string message)

def Execute(data):
global msg, user, count, width, desc, settings
if ((settings["liveOnly"] and Parent.IsLive()) or (not settings["liveOnly"])) and data.IsChatMessage():
Parent.Log("pyramids",count)
void Log(string "pyramid", string count + " " + msg)
if ((count == 0) and (len(data.Message.strip().split(" ")) == 1)):
user = data.UserName
Expand Down

0 comments on commit 07a8347

Please sign in to comment.