Initial commit
Initial commit [v9.7]
This commit is contained in:
16
_module/nss/cnv_destroy_self.nss
Normal file
16
_module/nss/cnv_destroy_self.nss
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oSelf = OBJECT_SELF;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Cutscene functions:
|
||||
SetCutsceneMode(oPC, FALSE);
|
||||
|
||||
// Destroy an object (not fully effective until this script ends).
|
||||
DelayCommand(6.5, DestroyObject(oSelf));
|
||||
}
|
||||
Reference in New Issue
Block a user