fork download
  1. function myNpc()
  2. myNpc="Thunderbolt Phill"
  3. myNpc=1
  4. myNpc>1 then print"Here is your money"
  5. myNpc=0 then print"You dont have the stuff?"
  6. end
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
luac: prog.lua:4: '=' expected near '>'
stdout
Standard output is empty