Page 1 of 1

Jump to Objective Code?

Posted: Fri Feb 05, 2016 7:21 am
by thelegend
I would like to know if there was a code which lets you jump to any certain objectives. Like: If you walk through a region, Objective 2c would start. I already got OnEnterRegions working. I just still need a code which starts a certain objective. I already used codes like these:

Code: Select all

Objective2b:Complete(ATT)
Objective2c.OnStart = function(self)
None of them worked.