ThomasRiordan
8th Mar 2008, 02:38 AM
I'm trying to add an dive naked option to the diving board but I keep getting an Illegal owner field in data reference error. I've bolded the parts I've actually touched.
Object id: 651
name: Pool Diving Board - 1,0,0
Stack size: 5
Error: Illegal owner field in data reference.
Iterations: 1
Frame 4:
Stack Object id: 0
Node: 0
Tree: id 4104 name 'Sub - Dive - Get Skill - L/M/H' version -32757
from PoolDivingBoard
Prim state: 0
Params: Locals:
Frame 3:
Stack Object id: 0
Node: 1
Tree: id 4106 name 'Sub - Dive - Eager to Dive?' version -32754
from PoolDivingBoard
Prim state: 0
Params: Locals: 24
Frame 2:
Stack Object id: 0
Node: 2
Tree: id 4110 name 'Sub - Dive Naked' version -32745
from PoolDivingBoard
Prim state: 0
Params: 0 Locals: 0 0 0
Frame 1:
Stack Object id: 0
Node: 0
Tree: id -1 name 'No behavior' version 0
from
Prim state: 1
Params: Locals:
Frame 0:
Stack Object id: 0
Node: 0
Tree: id 4097 name 'Function - Main' version -32757
from PoolDivingBoard
Prim state: 0
Params: Locals:
Line 0 in Sub - Dive - Get Skill - L/M/H is [prim 0x0002] Expression (Temp 0x0000 := My person data 0x0011 (Body Skill))
Line Sub - Dive - Eager to Dive? is [private 0x1008] Sub - Dive - Get Skill - L/M/H (no args) which references back to the first listed error which is included in the package.
Line 2 in Sub - Dive Naked (my behavior) is [private 0x100A] Sub - Dive - Eager to Dive? (no args) referring back to the previous behavior(s).
No behavior I have no clue on since there seem to be no messing behaviors referred to by any other behavior in the package.
Function - Main isn't in the package since I didn't modify it in any way due to this not being an object based mod. But the error did result in the diving board not being placeable any where so I might try importing Main and Int in and see what happens.
Object id: 651
name: Pool Diving Board - 1,0,0
Stack size: 5
Error: Illegal owner field in data reference.
Iterations: 1
Frame 4:
Stack Object id: 0
Node: 0
Tree: id 4104 name 'Sub - Dive - Get Skill - L/M/H' version -32757
from PoolDivingBoard
Prim state: 0
Params: Locals:
Frame 3:
Stack Object id: 0
Node: 1
Tree: id 4106 name 'Sub - Dive - Eager to Dive?' version -32754
from PoolDivingBoard
Prim state: 0
Params: Locals: 24
Frame 2:
Stack Object id: 0
Node: 2
Tree: id 4110 name 'Sub - Dive Naked' version -32745
from PoolDivingBoard
Prim state: 0
Params: 0 Locals: 0 0 0
Frame 1:
Stack Object id: 0
Node: 0
Tree: id -1 name 'No behavior' version 0
from
Prim state: 1
Params: Locals:
Frame 0:
Stack Object id: 0
Node: 0
Tree: id 4097 name 'Function - Main' version -32757
from PoolDivingBoard
Prim state: 0
Params: Locals:
Line 0 in Sub - Dive - Get Skill - L/M/H is [prim 0x0002] Expression (Temp 0x0000 := My person data 0x0011 (Body Skill))
Line Sub - Dive - Eager to Dive? is [private 0x1008] Sub - Dive - Get Skill - L/M/H (no args) which references back to the first listed error which is included in the package.
Line 2 in Sub - Dive Naked (my behavior) is [private 0x100A] Sub - Dive - Eager to Dive? (no args) referring back to the previous behavior(s).
No behavior I have no clue on since there seem to be no messing behaviors referred to by any other behavior in the package.
Function - Main isn't in the package since I didn't modify it in any way due to this not being an object based mod. But the error did result in the diving board not being placeable any where so I might try importing Main and Int in and see what happens.