Notes

Akaki's Notes

Поиск по всему миру.

Резервация объекта

ReserveItem( thing );
ReleaseItem( thing );

Start_Script()

Start_Script(":accounts:textcmd/admin/acctinfo", { mobile, targ.acctname });

RandomEntry()

Заменить:

// returns random array entry
***.RandomEntry();

На

include "include/arrays";

RandomEntry( *** );

Last updated

Was this helpful?