Clear out experimental .35 files
Clear out experimental .35 files
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
// 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