[Solved] Test game error

Avigga

  • Posts: 72
Hi. What i must do i see that error when i press "Test game" ...

« Last Edit: February 20, 2012, 01:48:25 pm by Avigga »
IcyTower ;)

Abigayl

  • Posts: 807
You likely have a time loop or delay in an actor behavior and forgot to check to see "if self is alive". For EVERY time loop/delay in an actor behavior, you must have that check inside of it.

Example:
Do Every [1] second
   If <self is alive>
      Do code
If you need help, please check my tutorials either here or Kongregate (http://www.kongregate.com/accounts/Abigayl) or come over to my stream: http://www.livestream.com/poweredbyflowers

Avigga

  • Posts: 72
Abigayl i have only used Walking behaviour... I remember that error comed when i tested 2.0 or something other Nightly build version...

« Last Edit: February 20, 2012, 11:50:34 am by Avigga »
IcyTower ;)

Abigayl

  • Posts: 807
I'd suggest then trying in the normal SW program and seeing if you still get the error.
If you need help, please check my tutorials either here or Kongregate (http://www.kongregate.com/accounts/Abigayl) or come over to my stream: http://www.livestream.com/poweredbyflowers