UESP Forums

Discuss the uesp.net site and Elder Scrolls topics.
* FAQ    * Search
* Register    * Login
It is currently Sat Apr 27, 2024 2:08 pm

Loading

All times are UTC

Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Please help to create a multi-menu MessageBox
PostPosted: Mon Aug 21, 2023 8:04 pm 
Offline
Layman
Layman

Joined: Mon Aug 21, 2023 7:36 pm
Posts: 1
ES Games:
Platform:
UESPoints: 0


Top
 Profile  
 
 Post subject: Re: Please help to create a multi-menu MessageBox
PostPosted: Sat Aug 26, 2023 6:51 pm 
Offline
Layman
Layman

Joined: Fri Aug 25, 2023 3:52 pm
Posts: 2
ES Games:
Platform:
UESPoints: 0
I've been a VB6 programmer for about 35 years. This isn't that language, but the structure and function of If, ElseIf, EndIf is pretty universal. I think your problem may be pretty simple.

Your first If block in MenuMode checks to see if Choosing = 1. If it does, it sets Choosing = 2 and Choice = -1. So far, so good.

But then you use ElseIf. The problem is that after the program executes the If block, it skips over the ElseIf to the EndIf.

Replace

ElseIf ( Choosing == 2 )

with the following:

EndIf

If (Choosing == 2)

Hope that helps.

_________________
Balota
aka, Killer Thief Sally
"What's mine is mine and what's yours is mine. You just don't know it yet..."


Top
 Profile  
 
 Post subject: Re: Please help to create a multi-menu MessageBox
PostPosted: Sun Aug 27, 2023 10:58 pm 
Offline
Journeyman
Journeyman
User avatar

Joined: Sun Nov 23, 2014 5:23 pm
Posts: 296
Location: R'lyeh
ES Games:
Platform:
Status:
UESPoints: 10

_________________
Apathy is on the rise, but no-one cares.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron

Sponsored Links

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group