Added NWN Dark Sun module contents
Added NWN Dark Sun module contents.
This commit is contained in:
13
nwnds_module/ka_takesupplies.nss
Normal file
13
nwnds_module/ka_takesupplies.nss
Normal file
@@ -0,0 +1,13 @@
|
||||
//Put this on action taken in the conversation editor
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
object oItem;
|
||||
oItem = GetItemPossessedBy(oPC, "CaravanSupplies");
|
||||
|
||||
if (GetIsObjectValid(oItem))
|
||||
DestroyObject(oItem);
|
||||
|
||||
}
|
Reference in New Issue
Block a user