Initial commit
Initial commit [v9.7]
This commit is contained in:
12
_module/nss/cnv_dr_uopn_sksw.nss
Normal file
12
_module/nss/cnv_dr_uopn_sksw.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
void main()
|
||||
{
|
||||
object oTarget;
|
||||
|
||||
// Get the PC who is in this conversation.
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Unlock and open "skswrdrany".
|
||||
oTarget = GetObjectByTag("skswrdrany");
|
||||
SetLocked(oTarget, FALSE);
|
||||
AssignCommand(oTarget, ActionOpenDoor(oTarget));
|
||||
}
|
||||
Reference in New Issue
Block a user