REO-EE/_module/nss/nwnx_ruby.nss

9 lines
193 B
Plaintext
Raw Normal View History

2024-02-22 13:22:03 -05:00
string NWNXRuby_Eval(string sCode);
string NWNXRuby_Eval(string sCode)
{
SetLocalString(GetModule(), "NWNX!RUBY!EVAL", sCode);
return GetLocalString(GetModule(), "NWNX!RUBY!EVAL");
}