Advertisement
Guest User

sample

a guest
Jan 30th, 2022
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.15 KB | None | 0 0
  1. import(Module_System);
  2.  
  3. function OnSave(sd)
  4.   sd:push_string("Test!");
  5. end
  6.  
  7. function OnLoad(ld)
  8.   local str = ld:pop_string();
  9.   log(str);
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement