Arena script problem

05/15/2011 15:05 John Noxville#1
Hi everyone! I've a problem with "arena_manager.quest", when my friend accept the duell the NPC teleport me and my friend in the arena but... we can't duell...

I've fix it:

Code:
s = arena.start_duel(sname, 3)

if s == 1 then --I've write 1, before was 0.
	syschat("Round 1.")
	chat("Duell started!")
elseif s == 2 then
	syschat("Round 2.")
	chat("Duell started!")
elseif s == 3 then
	syschat("Round 3.")
	chat("Duell started!")
But again I can't see my friend like a enemy...
In the NPC if I see battle run, there's no duells... How I can fix this problem?

Help please!
03/16/2013 20:31 thehero09#2
...