i need help in torque programming

Author Topic: i need help in torque programming  (Read 565 times)

I am new to programming, and copied the sword script, changed the name to weapon_sword2.cs, and then I changed the values.  It shows up on the add on list, but not on the wrench menu.  Can someone help me please?

Just renaming values won't change the name. You'd have to change DATABLOCK names, and especially the UI name to make it different.

datablock ItemData(swordItem)
{
if you change something in here, change the "swordItem" bit to something else.
};