6 lines
94 B
Plaintext
6 lines
94 B
Plaintext
|
void main ()
|
||
|
{
|
||
|
// Set the NPC's state to 90
|
||
|
SetLocalInt (OBJECT_SELF, "STATE", 90);
|
||
|
}
|