Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Quest editor Poping up?


crzyone9584
 Share

Recommended Posts

When someone logs into the game the Quest Editor pops up for no reason even if they are not admin. I've checked all the code and it is correct for the editor its self. This started to happen after i started to mess around to wrap text that on screen. If you had have the same problem of a form popping up when it shouldn't how did you fix it? I'm pretty sure i haven't touched any other code out side of AddText sub in the past few hours.
Link to comment
Share on other sites

You might want to add this code "idk if it will work but just a temp fix i thought of"

if getplayeraccess > # then
' # the access you want  the quest editor visible too
frmMain.frmQuesteditor.visible = true

if getplayeraccess < # then
' # the access you want the quest editor to be visible to
frmMain.frmQuesteditor.visible = false

thats just a code i thought of in like 2 mins, if i spelled anything wrong just fix, but the point was for you to get my general idea of how to fix.

:)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...