Building editor HELP ME!!

Forum Archive - from http://theuniversal.net
Locked
Priest
Posts: 31
Joined: Mon Aug 01, 2005 4:55 pm
Location: Banning
Contact:

Building editor HELP ME!!

Post by Priest »

Ok i want to add names of item like, Mining supples. How do i add new name item in Building Editor?
User avatar
VDZ
Posts: 1205
Joined: Wed Apr 07, 2004 11:32 am
Location: Netherlands

Post by VDZ »

You can't add new items. What you can do, however, is change another item's name in the world server:

Code: Select all

*changeitemname [old name],[new name]
For example:

Code: Select all

*changeitemname Dead Cows,Obessions
This would change Dead Cows into Obsessions.
Note that you should NOT put a space after the comma.
Locked