Jump to content

kco 1

Miembro
  • Contador contenido

    5
  • Ingreso

  • Última visita

Mensajes publicados por kco 1

  1. hace 17 horas, caanmasu dijo:
    
    quest mapa_vip begin
    	state start begin
    		when id_item.use begin
    			say_title(item_name(item.vnum))
    			say()
    			say("¿Quieres transportarte al mapa VIP?")
    			if select("Sí ", "No") == 1 then
    				pc.warp(coord_global_x*100, coord_global_y*100)
    			end
    		end
    	end
    end

     

    quest mapa_vip begin
        state start begin
            when 71174.use begin
                say_title(item_name(item.vnum))
                say()
                say("Deseja se teleportar para o mapa VIP?")
                if select("Sim", "Não") == 1 then
                    pc.warp(coord_global_x*1016, coord_global_y*99)
                end
            end
        end
    end

    no teletransportándome, ¿hice algo mal?
×
×
  • Crear nuevo...