Page 1 of 1

help with flying ships on a ground level

Posted: Fri Mar 10, 2006 12:55 pm
by ruasoh
I've done everything I could think of, read the documentation and added the AddLandingRegion(side-CPxCon) to the LUA and added said region to the map. All it ever does is crash to desktop whenever I put a flying vehicle in the map. I've added the vehicle to the LUA, made sure I had flyers in the memory pool, I've even tried using a BFI ship with a ground based ODF and still nothing. Is there something else I'm missing/forgetting?

RE: help with flying ships on a ground level

Posted: Fri Mar 10, 2006 1:25 pm
by [RDH]Zerted
Are you using quotes with AddLandingRegion? You have to have the quotation marks in there.

ex: AddLandingRegion("side-CPxCon")
not: AddLandingRegion(side-CPxCon)

Posted: Fri Mar 10, 2006 10:18 pm
by ruasoh
yeah, I forgot to put in the quotes in the post but they are there in the LUA... :oops: