Initial commit
Initial commit [v9.7]
This commit is contained in:
14
_module/nss/cnv_dstry_romsan.nss
Normal file
14
_module/nss/cnv_dstry_romsan.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
void main()
|
||||
{
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Destroy an object (not fully effective until this script ends).
|
||||
DelayCommand(3.5, DestroyObject(GetObjectByTag("room2c")));
|
||||
|
||||
// Destroy an object (not fully effective until this script ends).
|
||||
DelayCommand(3.5, DestroyObject(GetObjectByTag("room2b")));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user