View Single Post
  #1  
Unread 10-29-2015, 07:12 PM
Papabard's Avatar
Papabard Papabard is offline
The Wary
Interface Author - Click to view interfaces
 
Join Date: Sep 2010
Posts: 2
Getting a strange error in file

get something about value returning nil. Tried to duplicate however it wouldn't do it again

the error is in this function

startsWith = function(self, piece)
return string.sub(self, 1, string.len(piece)) == piece
end
rawset(_G.string, "startsWith", startsWith)
Reply With Quote