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:
12
_module/nss/tri_hobshrubdoo2.nss
Normal file
12
_module/nss/tri_hobshrubdoo2.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
ActionPlayAnimation(ANIMATION_PLACEABLE_ACTIVATE);
|
||||
object oDoor = GetObjectByTag("tri_hobdoor1");
|
||||
|
||||
|
||||
SetLocked(oDoor, 0);
|
||||
DelayCommand(2.0, ActionOpenDoor(oDoor));
|
||||
|
||||
DelayCommand(5000.0, SetLocked(oDoor, TRUE));
|
||||
}
|
||||
Reference in New Issue
Block a user