|
cazador Apprentice
Joined: 08 Dec 2005 Posts: 108
|
Posted: Tue Mar 31, 2009 8:52 pm
[3.05] Lua error crashes zmud |
Code: |
<func name="process_mips" language="Lua" id="4">
<value>print zs.print(1)</value>
<arglist>$literal, $data</arglist>
</func>
|
To recreate type
#call @process_mips(1,2) |
|
|
|
Tech GURU
Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Tue Mar 31, 2009 11:33 pm |
This doesn't crash for me, but I do get the expected syntax error.
The lua print command maps to the CMUD #ECHO command or you can do zs.print which calls the CMUD #PRINT command. You syntax should be
Code: |
print (1)
zs.print(1) |
|
|
_________________ Asati di tempari! |
|
|
|
|
|