Core/Quests: Implemented player choices
This commit is contained in:
@@ -1175,6 +1175,10 @@ namespace Game.Scripting
|
||||
{
|
||||
ForEach<PlayerScript>(p => p.OnMovieComplete(player, movieId));
|
||||
}
|
||||
public void OnPlayerChoiceResponse(Player player, uint choiceID, uint responseID)
|
||||
{
|
||||
ForEach<PlayerScript>(p => p.OnPlayerChoiceResponse(player, choiceID, responseID));
|
||||
}
|
||||
|
||||
// GuildScript
|
||||
public void OnGuildAddMember(Guild guild, Player player, byte plRank)
|
||||
|
||||
Reference in New Issue
Block a user