PDA

View Full Version : Adding Variables in Templates


daniely
10-04-2005, 01:00 PM
I am making a hack that allows you to get points in PetzVB2 from the Arcade. However, I don't know how to add the number in a tempalte. THis is the end of my "arcade_scores_bit"

<if condition="$game[score]">
$bbuserinfo[money]=$bbuserinfo[money]+$game[score];
</if>

But it displays as this:

https://vborg.vbsupport.ru/external/2005/10/1.png

Can anyone offer any help?