Page 1 of 1

Please help me for var declaration

PostPosted: Fri Jan 11, 2013 12:22
by yves_de_beck
Hello All,

How can i check from a mod scribt, if there is set a variable in the minetest.conf

Exapmle don't working:

In minetest.conf:
allowxyz = false

In init.lua
If allowxyz == false then
...
...
end


An Idea???

PostPosted: Fri Jan 11, 2013 13:47
by jojoa1997
Compare the init for animals vs. mobf

PostPosted: Fri Jan 11, 2013 13:59
by PilzAdam