You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Hello , anyone can help with this issue?
As you can see in the photo, i face a problem with dwarf race when equip this bow. Anyone knows how to fix it?
Question
SQL Developer
Hello i have a private void showhtmlwindow who inside player choose from a var combobox
Var=(name:Ammount)
List=(10,20,30,40)
I want while player choose option from Var List for example (10) player.sendMessage("You choose 10");
1)I have to put the player.sendmessage inside showhtmlwindow or on bypassfeedback?
2)How exacly i type this?
If (event == "10")
{
Player.send.Message("You choose 10");
}
Is somethink like that?
Thanks ..
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.