Tarot System

Manni
Posts: 116
Joined: Tue May 31, 2011 9:00 pm

Re: Tarot System

Post by Manni »

Yes, I fixed that, I even used tarotCard to get the card from the deck and charge it... which worked, but Throw can not fetch the global variable

NoRAd
Posts: 6
Joined: Thu Dec 02, 2010 12:16 pm

Re: Tarot System

Post by NoRAd »

Manni wrote: trigger
Code: [show] | [select all] lua
send("fling " ..tarotCard " at " ..tarotTarget);
disableTrigger("Throw");

I notice you didn't concat after the variable tarotCard, did you fix that too?

Manni
Posts: 116
Joined: Tue May 31, 2011 9:00 pm

Re: Tarot System

Post by Manni »

that was it!! Thank you... I didn't realize it needed to be at both ends

Post Reply