Re: Prevent Movement While Resting?
Posted: Thu Jan 17, 2013 2:29 pm
I think it should be
Code: Select all
cloneObject{
name = "party",
baseObject = "party",
onWakeUp = function(party)
return oomphScript.toWake()
end,
}