Help with Buy(coinmaster,int,item)

slag

New member
Trying to buy 4 coffee pixie sticks from the Arcade Ticket Counter using 40 tickets from the mall.

buy(40, $item[Game Grid ticket]);
buy(Arcade Ticket Counter, 4, coffee pixie stick);

Mafia throws this.
Unknown variable 'Arcade' (login_0.3.1.ash, line 59)


Using this on the 15.1 .exe build of mafia if that matters.
 

roippi

Developer
You need to enclose "arcade ticket counter" in a $coinmaster[] type. It's not going to be happy about that coffee pixie stick either until you enclose it in $item[].
 
Top