Page 4 of 4

Re: Basket help

Posted: Sat Jun 18, 2016 7:53 pm
by Klaus
What does the error dialog tell you?

Re: Basket help

Posted: Sat Jun 18, 2016 8:02 pm
by AzTheBest
Klaus wrote:What does the error dialog tell you?

Re: Basket help

Posted: Sat Jun 18, 2016 8:17 pm
by Klaus
AHA! Finally! :D

OK, looks like an addressing problem.
If you "send" or "dispatch" a handler to an object that is NOT on the current card,
then the engine may not find the objects addressed in that handler!

Change all occurrences of -> ... field "table"
to
-> ... field "table" of cd 8 of stack "Restraunt Template"
if that is the name of that stack, in the script and that will solve your problem!

BTW: It is correctly spelled "Restaurant"! 8)

Re: Basket help

Posted: Sat Jun 18, 2016 8:31 pm
by AzTheBest
Klaus wrote:AHA! Finally! :D

OK, looks like an addressing problem.
If you "send" or "dispatch" a handler to an object that is NOT on the current card,
then the engine may not find the objects addressed in that handler!

Change all occurrences of -> ... field "table"
to
-> ... field "table" of cd 8 of stack "Restraunt Template"
if that is the name of that stack, in the script and that will solve your problem!

BTW: It is correctly spelled "Restaurant"! 8)
YES! Thank you so much dude haha it worked :D

um oops time to change that :oops: