|
Mod Faulkner
Registered User
Join date: 11 Oct 2005
Posts: 187
|
06-24-2007 18:41
I am getting "Unknown destination" message when my script hits the llGiveMoney function. I am using my actual key for testing purposes (not llGetOwner()). I cannot find this error document in the wiki. Can someone tell me what it is or point me to a source to read about it.
Thanks Mod
|
|
RJ Source
Green Sky Labs
Join date: 10 Jan 2007
Posts: 272
|
06-24-2007 18:48
You might post some code to help debug this. But offhand it sounds like, even though you're using your key, there's probably a conversion issue somewhere in the code between the key as a string and the key as a key.
|
|
Mod Faulkner
Registered User
Join date: 11 Oct 2005
Posts: 187
|
You are right
06-24-2007 19:04
The key was not correct. Thanks
|