Time saver

I have replaced the somewhat cumbersome:
 Gods_text.relocate(306,110)
 Gods_text.render_text("*plop*")
 Gods_text.retime(s.cycles(1000))
 s.add_text(Gods_text)


With the rather more practical:
God.say("*plop*",s,s.cycles(1000))

So now, hopefully it won't take 1 and a half hour to make a 30 second cutscene (it actually did yesterday)!