Issue information

Issue ID
#3655
Status
Working as Intended
Severity
None
Started
Hercules Elf Bot
Oct 16, 2009 6:58
Last Post
Hercules Elf Bot
Oct 16, 2009 6:58
Confirmation
N/A

Hercules Elf Bot - Oct 16, 2009 6:58

Originally posted by [b]Splintter[/b]
http://www.eathena.ws/board/index.php?autocom=bugtracker&showbug=3655

Hello.

The callfunc script function stop the scripting function.

OnInit:
callfunc("F_Anything", "Test #1");
callfunc("F_Anything", "Test #2");
callfunc("F_Anything", "Test #3");

Let me take that F_Anything is a function to execute a broadcast, the Test #2 / 3 will never get executed.

I think it's a source behavior, so i'll post it here.