Jump to content




Multiple Points Error


  • You cannot reply to this topic
2 replies to this topic

#1 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 August 2013 - 10:30 AM

Hi there, first of all, i just want to say that this is not my code.

But when trying to run it, I get an error saying multiple points.
What is this error? How do I fix it, what causes it?

Code:
Spoiler


#2 Lyqyd

    Lua Liquidator

  • Moderators
  • 8,465 posts

Posted 14 August 2013 - 10:47 AM

Somewhere in there is a `w - 1..`, which is causing it to think that you're trying to say that 1.. is a number with multiple decimal points, when you really intend it to be an expression with a concatenation operator to manipulate the result into a string. Add some parentheses and it should be fixed. Repeat for any other times you get the error: `(w - 1)..`

#3 Mackan90096

  • Signature Abuser
  • 518 posts
  • LocationIn my basement.

Posted 14 August 2013 - 10:51 AM

Ah. Thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users