First implementation of user scripts - very experimental - YMMV
This commit is contained in:
14
client/scripts/helloworld.lua
Normal file
14
client/scripts/helloworld.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
print("Helleo world!");
|
||||
|
||||
print("hf:", hf);
|
||||
|
||||
print("hf.mf:",hf.mf);
|
||||
print("and now... ");
|
||||
print("hf.mf.mifare",hf.mf.mifare);
|
||||
|
||||
hf.mf.mifare("");
|
||||
|
||||
|
||||
function foo()
|
||||
print("Hi I am the foo function!");
|
||||
end
|
||||
Reference in New Issue
Block a user