11 lines
200 B
Plaintext
11 lines
200 B
Plaintext
void main()
|
|
{
|
|
object oEnter = GetEnteringObject();
|
|
if(GetTag(oEnter) == "Hossel")
|
|
{
|
|
SetLocalInt(oEnter,"SeeStairs",TRUE);
|
|
AssignCommand(oEnter,ClearAllActions());
|
|
|
|
}
|
|
}
|