Initial Commit
Initial Commit [v1.32PRC8]
This commit is contained in:
8
_module/nss/qst_q10setvar.nss
Normal file
8
_module/nss/qst_q10setvar.nss
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "rd_questinc"
|
||||
|
||||
void main()
|
||||
{
|
||||
TakeGoldFromCreature(1000, GetPCSpeaker(), TRUE);
|
||||
SetPartyInt(GetPCSpeaker(),"GrayDepths",1);
|
||||
SetPartyString(GetPCSpeaker(),"P3Exit",GetTag(OBJECT_SELF));
|
||||
}
|
Reference in New Issue
Block a user