9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
#include "rank"
|
|
|
|
void main()
|
|
{
|
|
object oPC = GetLastUsedBy();
|
|
SetLocalInt(oPC, "iKilled", 62);
|
|
GetRank(oPC);
|
|
}
|