Added a convo node to get the gold your henchman picks up
ran the external compiler just in case, and it made new .ncs
This commit is contained in:
11
_module/nss/golemgold.nss
Normal file
11
_module/nss/golemgold.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
//golemgold
|
||||
#include "69_inc_henai"
|
||||
|
||||
|
||||
void main()
|
||||
{
|
||||
object oMaster = GetMaster();
|
||||
int gGold = GetGold (OBJECT_SELF);
|
||||
ActionDoCommand (GiveGoldToAllEqually (oMaster, gGold));
|
||||
TakeGold (gGold, OBJECT_SELF, TRUE);
|
||||
}
|
Reference in New Issue
Block a user