python property & jackrack

hi,

i’m studing the script of the jackrack demo…
it doesn’t work

there is a script that is actived when there is a collision…

there is a plane OBPlane.018 that has a property String : Name:name and
value equal to “door1” ; (“name”,“door1”)

ob = col.getHitObject()
prop = ob.name
message = “GameLogic.” + str(prop)

it works if the “message” is equal to “GameLogic.door1”
but after this script “message” is equal to “GameLogic.OBPlane.018”

how can i access to the value “door1” of the property “name”?

thanks

biz