mirror of
http://prc.nwn.ee:3000/Jaysyn/PRC8.git
synced 2025-12-16 22:07:14 -05:00
Further file organization
Further file organization
This commit is contained in:
12
nwn/nwnprc/trunk/scripts/prc_rune_clear.nss
Normal file
12
nwn/nwnprc/trunk/scripts/prc_rune_clear.nss
Normal file
@@ -0,0 +1,12 @@
|
||||
// Written by Stratovarius
|
||||
// Turns Blood Component on and off.
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
object oPC = OBJECT_SELF;
|
||||
string nMes = "";
|
||||
SetLocalInt(oPC, "RuneCounter", 0);
|
||||
nMes = "*Rune Counter Cleared*";
|
||||
FloatingTextStringOnCreature(nMes, oPC, FALSE);
|
||||
}
|
||||
Reference in New Issue
Block a user