Blockland Forums > Modification Help
DataBlocks
Dr.Tyler O.:
OK so i'm making a script that changes a player's Data Block and one line in the script keeps messing up and can someone fix this
%obj.client.player.setDataBlock("Horse");
It says that the Data Block Horse does not exist, but we all know it does...
HELP ME PLEASE!!!!!
Headcrab Zombie:
HorseArmor
Dr.Tyler O.:
So it would look like
%obj.client.player.setDataBlock("HorseArmour");
this?
Headcrab Zombie:
Yes, except Armor, not Armour
Dr.Tyler O.:
So what would the one for StandardPlayer be?