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