7 lines
93 B
Plaintext
7 lines
93 B
Plaintext
|
void main()
|
||
|
{
|
||
|
object oPC = GetEnteringObject();
|
||
|
SetLocalString(oPC, "sBleeding", "True");
|
||
|
}
|
||
|
|