![]() |
tag in itemdef - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: General Help (/Forum-General-Help) +--- Thread: tag in itemdef (/Thread-tag-in-itemdef) |
tag in itemdef - Art - 04-28-2013 06:18 PM Hello. Before it i used tag in ON=@Create trigger ON=@Create tag.test 123 But now i noticed that tag can be placed in itemdef too [ITEMDEF i_item] id=i_item_test tag.test 123 And it works. Is it correct way? RE: tag in itemdef - Ben - 04-28-2013 09:52 PM yes, it's correct. Tag can go directly under the itemdef section. RE: tag in itemdef - Art - 04-30-2013 09:14 AM Thanks. |