Initial upload
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.
This commit is contained in:
11
_module/nss/tri_zleveruse.nss
Normal file
11
_module/nss/tri_zleveruse.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
void main()
|
||||
{
|
||||
ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE);
|
||||
ClearAllActions();
|
||||
object oDoor = GetObjectByTag("tri_magicdoor");
|
||||
|
||||
SetLocked(oDoor, 0);
|
||||
ActionOpenDoor(oDoor);
|
||||
|
||||
DelayCommand(100.0, SetLocked(oDoor, TRUE));
|
||||
}
|
||||
Reference in New Issue
Block a user