Author Topic: (no subject)  (Read 1553 times)

Zeros'

  • Member
  • *
  • Posts: 1540
    • View Profile
(no subject)
« on: February 14, 2004, 09:22:04 AM »
ive gotten it before, but i was trying to test my BS (it sucks right know haha  Laughing ) but when i set on the tile to acticvate it, (just to test) i get a runtime error through the whole battle...how do i fix this?
« Last Edit: December 31, 1969, 06:00:00 PM by Zeros' »
\"Runaway with my heart...
 Runaway with my hope...
 If I could make you mine...I\'ll go whereever you will go.\"

\"So lately, I\'ve been wondering...
 Who will be there to take my place...
 When I\'m gone, You\'ll need love...To light the shadows on your face.\"

\"If a great wave should fall...
 It would fall upon us...
 Well I hope there\'s someone out there...Who can bring me back to you.\"

\"Way up high or down low...I\'ll go wherever you will go.\"

\"Runaway with my love.\"

In your heart and mind, I\'ll stay with you all of time...

DarkElite

  • Member
  • *
  • Posts: 1452
    • View Profile
    • http://cryosoft.mysticsoftware.net/Home.html
(no subject)
« Reply #1 on: February 14, 2004, 10:07:32 AM »
you should just test it in the rpg debugger, but ok!

try removing all of your files from the tk folder (your game folder, and the main game file) and remove the TK, then reinstall it, replce the stuff you took out, and try it again
« Last Edit: February 14, 2004, 10:07:52 AM by DarkElite »
DarkElite

Dei vobem omniam proditiverunt.  Iam vobis quis deposcibitis sacrificium rersum vitae est!

Cesque

  • Member
  • *
  • Posts: 2178
    • View Profile
    • http://cesque.mysticsoftware.net
(no subject)
« Reply #2 on: February 14, 2004, 10:23:50 AM »
Runtime error? How does it look? Debugger menu or pop-up window?

In second case, make sure you don't use #methods without variables, for example

#method
{
BLABLABLA
}

This worked in 2.1, but not in 2.2. Put instead...

#method()
{
BLABLABLA
}

I doubt it's this, so say what exactly is happening, and when...

(a good method is to put up #mwin("1"), #mwin("2") etc in the code that causes problems, and see at what number is stops exactly to see where the problem lies)
« Last Edit: December 31, 1969, 06:00:00 PM by Cesque »
TKGB cancelled Spyder.

Bastard.

DarkElite

  • Member
  • *
  • Posts: 1452
    • View Profile
    • http://cryosoft.mysticsoftware.net/Home.html
(no subject)
« Reply #3 on: February 14, 2004, 10:26:42 AM »
its not a program error, its something wrong with the internal TK
« Last Edit: December 31, 1969, 06:00:00 PM by DarkElite »
DarkElite

Dei vobem omniam proditiverunt.  Iam vobis quis deposcibitis sacrificium rersum vitae est!

Cesque

  • Member
  • *
  • Posts: 2178
    • View Profile
    • http://cesque.mysticsoftware.net
(no subject)
« Reply #4 on: February 14, 2004, 11:34:17 AM »
I recommend making a new game and copying all files there, it worked for me when I was putting back my game after minicars invasion. And it, too, said "runtime error 76". Or maybe it's something wrong with the main file.
« Last Edit: December 31, 1969, 06:00:00 PM by Cesque »
TKGB cancelled Spyder.

Bastard.