RATDOG/_module/nss/sitscript_x.nss

5 lines
62 B
Plaintext
Raw Normal View History

void main()
{
ActionSit( GetNearestObjectByTag( "Chair"));
}