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