to enter the game rules window opens but does not open the game as such, sorry for my bad English :/
Numbered Steps to Reproduce Problem:
all the time
Code Snippet (if applicable) to Reproduce Problem:
mob/Login()
src:pantallarandom()
mob
proc
pantallarandom()
src.random = rand(1,3)
if(src.random == 1)
src<<output("<font size=2 color=red face=tahoma><b>Usa A para Atacar!","chatopt")
sleep(10)
src<<output("<font size=2 color=red face=tahoma><b>Usa F cerca a los NPC para hablar con ellos!","chatopt")
world<<"<font size=1><font color=red><B>Info: <font color=white>([src.key]) ha ingresado al juego"
src.client.view=7
src.cargado=0
src.loc = locate(671,424,2)
src.Bienvenida()//in this code open a new windows before open the game , but the game is not open in dream seeker...
Expected Results:
negative
Actual Results:
negative
Does the problem occur:
Every time? Or how often?
every time
In other games?
no
In other user accounts?
yes
On other computers?
yes
When does the problem NOT occur?
always happens
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
in 494 the game work perfect
Workarounds:
change the proc src.Bienvenida() to other side :/