Posted By
Message
KevinHaag
Registered 28/01/2005
Points 266
1st September, 2007 at 22:14:02 -
ValueAtXY( "Array", (floorLoopIndex("paste level)/10), (LoopIndex("paste level")Mod 10)) < 2
Why does this compare 2 general values give me a syntax error?!
http://www.kevinhaag.ca
viva/volt Awesome SauceRegistered 26/08/2006
Points 1694
2nd September, 2007 at 03:21:12 -
You're missing a closing quotation mark after the first paste level and it says floor too?
http://bfollington.tumblr.com
axel Crazy?
Registered 05/02/2005
Points 4766
2nd September, 2007 at 03:41:41 -
ValueAtXY( "Array", (floor(LoopIndex("paste level")/10)), (LoopIndex("paste level")Mod 10)) < 2
Try that.
n/a
Tim I'm on here way too muchRegistered 25/08/2006
Points 132
2nd September, 2007 at 06:07:18 -
Hehe, I bet you must've looked at that a hundred times and never noticed that missing """
http://www.SilverNova.co.uk
KevinHaag
Registered 28/01/2005
Points 266
2nd September, 2007 at 15:52:55 -
omg. Edited by the Author.
http://www.kevinhaag.ca
Pixelthief Dedicated klik scientistRegistered 02/01/2002
Points 3419
2nd September, 2007 at 17:48:28 -
TGF likes to add commas and remove quotation marks from some extensions' functions. I find sometimes you have to enclose the quotations in double parentheses to make it work. Don't think that happens with MMF's compiler.
Gridquest V2.00 is out!!
http://www.create-games.com/download.asp?id=7456