Initial commit
Initial commit [v9.7]
This commit is contained in:
10
_module/nss/cnv_dstry_rxbrym.nss
Normal file
10
_module/nss/cnv_dstry_rxbrym.nss
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
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.0, DestroyObject(GetObjectByTag("rxbrysntrm1")));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user