1
0
Fork 0

separate library for english and russian

This commit is contained in:
Alexander Yakovlev 2019-08-12 17:57:35 +07:00
parent 4556705761
commit 04cb350fc3
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3
2 changed files with 15 additions and 0 deletions

15
examine_ru.h Normal file
View file

@ -0,0 +1,15 @@
Global the_word_was = "";
[ UnknownVerb word i;
objectloop (i in location) {
if (
!word == (i.&name) --> 0 &&
i has scenery
) {
the_word_was = i;
return 'осм';
}
rfalse;
}
rfalse;
];