6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oForge = GetNearestObjectByTag("WeaponForge", OBJECT_SELF, 1);
|
||
|
ActionUnlockObject (oForge);
|
||
|
}
|