ExCart... My game im making having a problem?

Everything todo with programming goes HERE.
Post Reply
nelg

ExCart... My game im making having a problem?

Post by nelg »

I was making a game named ExKart, and i am having problems.
This is my start script

Code: Select all

#!/bin/sh
echo "Loading..."
echo "--   Window Log:   --"
kmdr-executor "/home/lharpring/Bin_Files/exkart/Data/exkartmain.kmdr"
echo "-- Window Log Exit --"
echo "Kommander closed"
echo "Exiting..."
When i click on the script, i get the normal first screen, but my map file does this:
Attachments
The error message
The error message
Post Reply