Jump to content
  • 0
Sign in to follow this  
Broker

Problem with digit - undeclared function

Question

On this case for example it's showing problem with:

 

erro.jpg

Case 1:    	next;    	if (.ativo == 1) callsub jaesta;        set $monstro,0;        set $qntmonstro,0;        set $Item1,0;        set $Quantia,0;        mes .npc$;        mes "Configure a Missão Antes";        next;        mes .npc$;        mes "Digite o Id do Monstro:";        digit $monstro;        next;        if ($monstro == 0){        mes .npc$;        mes "Esse não é um Valor Valido";        close;        }        mes .npc$;        mes "Digite a Quantidade de Monstros:";        digit $qntmonstro;        next;        if ($qntmonstro == 0){        mes .npc$;        mes "Esse não é um Valor Valido";        close;        }        mes .npc$;        mes "Digite o Id do Prêmio:";        digit $Item1;        next;        if ($Item1 == 0){        mes .npc$;        mes "Esse não é um Valor Valido";        close;        }        mes .npc$;        mes "Digite a Quantidade do Prêmio:";        digit $Quantia;        next;        if ($Quantia == 0){        mes .npc$;        mes "Esse não é um Valor Valido";        close;        }        mes .npc$;        mes "Você Configurou o Evento assim:";        mes "Monstro: ^666699"+getmonsterinfo($monstro,0)+"^000000";    	mes "Quantidade: ^666699"+$qntmonstro+"^000000";    	mes "Item: ^666699"+getitemname($Item1)+"^000000";    	mes "Quantidade Item: ^666699"+$Quantia+"^000000";        mes "Esta Certo?";        if(select("Sim:Esta Errado")==2){ callsub conf; }		mes "Muito bem, o evento será iniciado";		close2;       	set .ativo,1;        sleep 1000;        announce "[Missão]: O Evento Missão está Iniciada!",bc_all;        sleep 3000;        announce "[Missão]: A Missão de Hoje é Matar "+$qntmonstro+" "+getmonsterinfo($monstro,0)+"!",bc_all;        sleep 2000;        announce "[Missão]: E o Prêmio é: "+$Quantia+" "+getitemname($Item1)+"!",bc_all;        sleep 2000;		announce "[Missão]: Lembrando que a Missão só pode ser feita uma Vez!",bc_all;                sleep 1000;        announce "[Missão]: Boa Sorte a Todos!",bc_all;		end;

 

Share this post


Link to post
Share on other sites

3 answers 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.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.