Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
get a bricks name
« previous
next »
Print
Pages: [
1
]
Author
Topic: get a bricks name (Read 424 times)
soba
January 15, 2012, 10:30:19 PM
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
«
Last Edit: January 15, 2012, 10:34:25 PM by soba
»
Ad Bot
Advertisement
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
get a bricks name