Jump to content

[Petición]Quest Almacén Portátil


Hanakimachi

Recommended Posts

Hola.

Pues si alguno me podría hacer el favor de hacerme una quest que sirva al 100% de un almacén portátil que se abra con la astilla del demonio :).

 

Gracias :3.

 

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.use begin
		 say_title("Almacen Portatil:")
		  local s = select("Abrir Almacen", "Abrir Item Shop", "Salir")
		  if 1 == s then
		    game.open_safebox()
		  elseif 2 == s  then
		    game.open_mall()
		  elseif 3 == s then
		  return
		  end
	  end
   end
end
La quest si no recuerdo mal es de KeKo
Link to comment
Share on other sites

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.use begin
		 say_title("Almacen Portatil:")
		  local s = select("Abrir Almacen", "Abrir Item Shop", "Salir")
		  if 1 == s then
			game.open_safebox()
		  elseif 2 == s  then
			game.open_mall()
		  elseif 3 == s then
		  return
		  end
	  end
   end
end
La quest si no recuerdo mal es de KeKo

 

Creo que si que la he posteado yo, pero personalmente me gusta mas de esta manera:

 

quest almacen_portatil begin
   state start begin
	  when ID_OBJETO.use begin -- 70045 tal vez la astilla?
			game.open_safebox()
	  end
   end
end

De ese modo simplemente usas y abre almacen, sin menu ni nada.

Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...