Initial Commit
Initial Commit
This commit is contained in:
7
_module/nss/locker_buy.nss
Normal file
7
_module/nss/locker_buy.nss
Normal file
@@ -0,0 +1,7 @@
|
||||
#include "x4_inc_functions"
|
||||
void main()
|
||||
{
|
||||
object oPC = GetPCSpeaker();
|
||||
TakeGoldFromCreature(2500, oPC, TRUE);
|
||||
SetCampaignInt(CharacterDB(oPC), "LOCKER", 1);
|
||||
}
|
||||
Reference in New Issue
Block a user