6 lines
115 B
Plaintext
6 lines
115 B
Plaintext
|
void main()
|
||
|
{
|
||
|
ExecuteScript("nw_c2_default9", OBJECT_SELF);
|
||
|
ActionSit (GetNearestObject(OBJECT_TYPE_PLACEABLE));
|
||
|
}
|