Code: Select all
function script.nextMonth()
Builder.buildTree("$tree00", 1, 0, 0)
end
Moderators: Scenario Moderators, Plugin Moderators
Code: Select all
function script.nextMonth()
Builder.buildTree("$tree00", 1, 0, 0)
end
It's the default tree ID. I don't have any plugins that replace it.
Thanks! It works now!
Code: Select all
function script.nextMonth()
Draft.getDraft("$tree00")
Builder.buildTree("$tree00", 1, 0, 0)
end