![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: the TAKE tag or property |
gamer1962 |
![]() When you make an object takeable by putting "take" in the def block, how do you refer to that in a command or script. I want to make a custom take command but I dont know how to tell the command if the object can be taken. |
Alex |
![]() Probably the best thing to do would be, instead of putting "take" in the define object block, to set a property called "take" (or anything you like), and then check for that in your custom take command. Since you're overriding the take command, there's no need for the "tag" tag in define object block at all. |