Aantioch_Infernum/_module/nss/unlockforge.nss
EpicValor 7770601b3e Modified some areas, items, creatures
Added a forge to make a weapon into another weapon of a different base type.
2023-09-25 18:15:41 -05:00

6 lines
115 B
Plaintext

void main()
{
object oForge = GetNearestObjectByTag("WeaponForge", OBJECT_SELF, 1);
ActionUnlockObject (oForge);
}