Code: Select all
actor foobar
{
states
{
spawn:
TNT1 A 0 nodelay
BAL1 A 1 A_ChangeVelocity(1,0,0)
wait
}
}
Something tells me that's not supposed to happen, and the block should return at the end, rather than continuing to the normal frame counter.