- Joined
- Jun 6, 2012
- Messages
- 382
- Reaction score
- 254
- Points
- 78
- Location
- Sydney, Australia, Earth, Sol
- Website
- www.orbithangar.com
hey i am trying to make an MFD that orients a vessel so that it points towards a base, but i cant type any base name longer than 20 characters using the "oapiOpenInputBox" function. i tried making the character limit 80 by doing this:
but when i type a base name longer than 20 characters and click enter, Orbiter crashes...
any help would be greatly appreciated
thanks in advance
- MrMartian
Code:
oapiOpenInputBox("Select Base", cbSelectBase, 0, 80, 0);
any help would be greatly appreciated

thanks in advance
- MrMartian
Last edited: