Search found 1 match

by sutao80216
Sun Jun 09, 2013 1:59 am
Forum: Support and Development
Topic: notepad ++ code glitch. Help?
Replies: 6
Views: 4090

Re: notepad ++ code glitch. Help?

with

Code: Select all

function testBullet.spawn(x, y, dir)
   [b]tabe.insert(testBullet, {x = x, y = y, dir = dir}[/b]
end
you had lost a ")"