Blockland Forums > Modification Help
get a bricks name
(1/1)
soba:
if(%brick.getName()$="a")
{
}


if(%brick.getName()$=a)
{
}


if(%brick.getName()=="a")
{
}


if(%brick.getName()==a)
{
}

None of these work for me, what am I doing wrong

if(%brick.getName()$=_a) worked for me, ugg
Navigation
Message Index

Go to full version