REO-EE/_module/nss/nwnx_ruby.nss
Jaysyn904 f82740bbbd Initial commit
Initial commit
2024-02-22 13:22:03 -05:00

9 lines
193 B
Plaintext

string NWNXRuby_Eval(string sCode);
string NWNXRuby_Eval(string sCode)
{
SetLocalString(GetModule(), "NWNX!RUBY!EVAL", sCode);
return GetLocalString(GetModule(), "NWNX!RUBY!EVAL");
}