7 lines
127 B
Plaintext
7 lines
127 B
Plaintext
void main()
|
|
{
|
|
object oPC = GetEnteringObject();
|
|
if (!GetIsPC(oPC) || GetIsDM(oPC)) return;
|
|
SetLocalInt(oPC, "Res_Align", 2);
|
|
}
|