7 lines
116 B
Plaintext
7 lines
116 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetLastSpellCaster();
|
|
ClearAllActions(TRUE);
|
|
ClearPersonalReputation(oPC);
|
|
}
|