Initial Upload
Initial Upload
This commit is contained in:
21
_module/nss/prisoner.nss
Normal file
21
_module/nss/prisoner.nss
Normal file
@@ -0,0 +1,21 @@
|
||||
void main()
|
||||
{
|
||||
|
||||
object oBag;
|
||||
|
||||
location lTarget = GetLocation(OBJECT_SELF);
|
||||
|
||||
object oPrisoner = GetObjectByTag("NW_BEGGMALE");
|
||||
|
||||
DestroyObject(oPrisoner);
|
||||
|
||||
|
||||
|
||||
oBag=CreateObject(OBJECT_TYPE_PLACEABLE,"JailersReward",lTarget);
|
||||
|
||||
CreateItemOnObject("BastardoftheAges",oBag);
|
||||
CreateItemOnObject("HelmetoftheAges",oBag);
|
||||
|
||||
object oSwitch = GetObjectByTag("Floor_Lever");
|
||||
DestroyObject(oSwitch);
|
||||
}
|
||||
Reference in New Issue
Block a user