Initial commit
Initial commit [v9.7]
This commit is contained in:
18
_module/nss/conv_unlok_dr_vo.nss
Normal file
18
_module/nss/conv_unlok_dr_vo.nss
Normal file
@@ -0,0 +1,18 @@
|
||||
#include "x0_i0_partywide"
|
||||
|
||||
void main()
|
||||
|
||||
{
|
||||
|
||||
object oTarget;
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
// Give 5 experience (to party) to the PC.
|
||||
GiveXPToAll(oPC, 5);
|
||||
|
||||
oTarget = GetObjectByTag("voshvaultdoor");
|
||||
SetLocked(oTarget, FALSE);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user