Print command ??
Posted: Sat Apr 11, 2020 1:49 pm
OK this is really basic stuff but I'm running into problems with a 'print' command. I'm just trying to see what the result is when I use the ScenEdit_GetMinefield command.
or
Not sure what I'm doing wrong here...
Local a = ScenEdit_GetMinefield({side='Houthi Rebels', area={'RP-727','RP-728', 'RP-729', 'RP-730'} } )
Print (a)
ERROR: [string "Console"]:2: attempt to call a nil value (global 'Print')
or
Print(ScenEdit_GetMinefield({side='Houthi Rebels', area={'RP-727','RP-728', 'RP-729', 'RP-730'} } ))
ERROR: [string "Console"]:1: attempt to call a nil value (global 'Print')
Not sure what I'm doing wrong here...
