Jump to content

  •  

Photo

Problem with digit - undeclared function


Best Answer Dinze, 19 March 2014 - 01:19 PM

Are you trying to ask the user to input a number? try input instead.

Go to the full post


  • Please log in to reply
3 replies to this topic

#1 Broker

Broker

    Advanced Member

  • Members
  • PipPipPip
  • 37 posts

Posted 19 March 2014 - 01:03 PM

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

 

Posted Image

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;

 



#2 Dinze

Dinze

    Advanced Member

  • Members
  • PipPipPip
  • 42 posts

Posted 19 March 2014 - 01:19 PM   Best Answer

Are you trying to ask the user to input a number? try input instead.


Edited by bahbi, 19 March 2014 - 01:25 PM.


#3 Broker

Broker

    Advanced Member

  • Members
  • PipPipPip
  • 37 posts

Posted 19 March 2014 - 02:05 PM

Perfect. input instead!! Ty



#4 Dinze

Dinze

    Advanced Member

  • Members
  • PipPipPip
  • 42 posts

Posted 19 March 2014 - 02:21 PM

You are welcome.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users


This topic has been visited by 23 user(s)