Aantioch_Infernum/_module/nss/unlockforge.nss

6 lines
115 B
Plaintext
Raw Permalink Normal View History

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