Blockland Forums
Home
Help
Login
Register
Blockland Forums
»
Blockland Forums
»
Modification Help
»
i need help in torque programming
« previous
next »
Print
Pages: [
1
]
Author
Topic: i need help in torque programming (Read 603 times)
sora1818
May 01, 2008, 03:14:33 PM
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?
Ad Bot
Advertisement
Falcondude
May 01, 2008, 03:17:50 PM
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.
};
Print
Pages: [
1
]
« previous
next »
Blockland Forums
»
Blockland Forums
»
Modification Help
»
i need help in torque programming