Blockland Forums > Modification Help
Auto Falling Plates code not making plates fall.
Port:
--- Quote from: Mold on June 05, 2012, 02:51:21 PM ---Then you're forgeted and have to do
_Plate_red.fireinputevent("fall");
for(%i=1;isobject(_Plate_red_[%i]);%i++)
{
_Plate_red_[%i].fireinputevent("fall");
}
--- End quote ---
You can't use the [] append syntax in object names. Just have them all named the same thing and use brickgroup variables.
adam savage:
Sorry for my fail logic, I was half-asleep when I wrote this code.
Treynolds416:
--- Quote from: adam savage on June 05, 2012, 05:05:01 PM ---Sorry for my fail logic, I was half-asleep when I wrote this code.
--- End quote ---
Then you should know that and not post it. Enough with all these excuses everywhere, god
Mold:
--- Quote from: Port on June 05, 2012, 05:01:46 PM ---You can't use the [] append syntax in object names. Just have them all named the same thing and use brickgroup variables.
--- End quote ---
D:
Port:
--- Quote from: Mold on June 06, 2012, 09:26:08 AM ---D:
--- End quote ---
What?