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