Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: gnulk
Forum: Lua/XML Help 12-29-20, 07:35 AM
Replies: 1
Views: 2,015
Posted By gnulk
Solved

So i figured it out, here is the snippet using 3 events.




-- A player has requested to duel me
function Duelist:DUEL_REQUESTED(event, playerName)
opponentName = playerName
duelingOn = true
end
Forum: Lua/XML Help 12-29-20, 03:37 AM
Replies: 1
Views: 2,015
Posted By gnulk
Start Duel Event

Looking for a way to know when i accept a duel request, or my opponent's does. Also my opponent's name.


Best i've found is DUEL_REQUESTED event but is not really what i am lookin for.

Any ideas?
Showing results 1 to 2 of 2