9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
// Real Time Strategy - NWN - Cancel States
|
|
|
|
void main()
|
|
{
|
|
object oMe=OBJECT_SELF;
|
|
SetLocalInt(oMe,"nMState",0);
|
|
SetLocalInt(oMe,"nSState",0);
|
|
}
|