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