PWE_PRC8/_module/nss/innkeeperstories.nss
Jaysyn904 ee1dc35889 Initial Commit
Initial Commit
2025-04-03 10:29:41 -04:00

14 lines
407 B
Plaintext

//::///////////////////////////////////////////////
//:: FileName innkeeperstories
//:://////////////////////////////////////////////
//:://////////////////////////////////////////////
//:: Created By: Script Wizard
//:: Created On: 3/8/2003 5:22:26 PM
//:://////////////////////////////////////////////
void main()
{
// Remove some gold from the player
TakeGoldFromCreature(5, GetPCSpeaker(), FALSE);
}