DaSpongeBobMan wrote:I just put the new lua in the smbx folder and it requires all the audio files.
That's why I put up the link "SMBX Audio Files"
DaSpongeBobMan wrote:I cannot download these at the same time and they contain viruses. What should I do?
They are just marked as a virus because they are using hack techniques.
DaSpongeBobMan wrote:And what does boolean mean?
Boolean is a variable type:
Code: Select all
local myBoolean = true
if(myBoolean)then
--do stuff
end
local myFalseBoolean = false
True and false are values for the type boolean.
Also:
A LunaLua Hotfix (v0.6.1.1) is out which fixes NPC.direction.