Initial upload. PRC8 has been added. Module compiles, PRC's default AI & treasure scripts have been integrated. Started work on top hak for SLA / Ability / Scripting modifications.
9 lines
208 B
Plaintext
9 lines
208 B
Plaintext
void main()
|
|
{
|
|
object oImp = GetNearestObjectByTag("NK_FP_IMPGUARD", OBJECT_SELF, 1);
|
|
DestroyObject(oImp, 5.0);
|
|
ActionWait(30.0);
|
|
ActionCloseDoor(OBJECT_SELF);
|
|
SetLocked(OBJECT_SELF, 1);
|
|
}
|