Initial commit. Updated release archive.
This commit is contained in:
14
_module/nss/at_dwarfcarques9.nss
Normal file
14
_module/nss/at_dwarfcarques9.nss
Normal file
@@ -0,0 +1,14 @@
|
||||
#include "nw_i0_plot"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
// Remove items from the player's inventory
|
||||
object oItemToTake;
|
||||
oItemToTake = GetItemPossessedBy(GetPCSpeaker(), "it_NorthlandChiefsHead");
|
||||
if(GetIsObjectValid(oItemToTake) != 0)
|
||||
DestroyObject(oItemToTake);
|
||||
// Set the variables
|
||||
SetPLocalInt(GetPCSpeaker(), "DwarfCaravanQuest", 9);
|
||||
|
||||
}
|
Reference in New Issue
Block a user