Strange Floating Bug

Discuss all aspects related to modding Zandronum here.
Post Reply
VoidedBrain
 
Posts: 35
Joined: Mon Sep 21, 2015 7:13 am

Strange Floating Bug

#1

Post by VoidedBrain » Wed Oct 07, 2015 6:47 pm

I have this strange issue where you go to a specific sector you fly up to the ceiling. I removed the scripts and checked over and over, but I can't find out why.

Link to the wad
https://drive.google.com/file/d/0BxSjVJ ... sp=sharing

It's only on map12
Last edited by VoidedBrain on Wed Oct 07, 2015 11:14 pm, edited 1 time in total.

User avatar
Fabysk
Forum Regular
Posts: 469
Joined: Sat Sep 22, 2012 8:17 pm
Location: In a house...duhh

RE: Strange Floating Bug

#2

Post by Fabysk » Wed Oct 07, 2015 9:43 pm

This ACS Function should solve it.

Code: Select all

Sector_SetGravity(<affected sector tags>, -1, -1);
Image Image Image

Post Reply