7 lines
106 B
Text
7 lines
106 B
Text
-- parent script "Lab"
|
|
property ancestor
|
|
|
|
on new (me)
|
|
me.ancestor = script("Dog").new()
|
|
return me
|
|
end
|