Quest persistence work
Quest persistence work. Added new salamander model.
This commit is contained in:
20
_module/nss/cv_take_10k_gp.nss
Normal file
20
_module/nss/cv_take_10k_gp.nss
Normal file
@@ -0,0 +1,20 @@
|
||||
//::///////////////////////////////////////////////
|
||||
//:: cv_take_10k_gp.nss
|
||||
//:: Copyright (c) 2022 Project RATDOG
|
||||
//:://////////////////////////////////////////////
|
||||
/*
|
||||
Takes 10000 GP from the PC.
|
||||
|
||||
*/
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Tolen
|
||||
//:: Created On: 8/18/2005 10:10:27 PM
|
||||
//:://////////////////////////////////////////////
|
||||
void main()
|
||||
{
|
||||
//:: Declare major variables
|
||||
object oPC = GetPCSpeaker();
|
||||
|
||||
//:: Remove 1000 gold from the PC
|
||||
TakeGoldFromCreature(10000, oPC, FALSE);
|
||||
}
|
Reference in New Issue
Block a user