Search found 1 match

by aria
Wed Sep 03, 2014 6:13 pm
Forum: Mapping and Modding
Topic: Lua problem
Replies: 4
Views: 15015

This is what i pulled from my notes, not sure if it helps but give it a try.

Try adding this to

Production.EventHandlers.Setup(HOUSE)

House being the name the team to build for

;example

SetupWorld = function()
--this below needs to be on for teams to do actions in the team.do loop
Production ...