~ Forums of Enroth ~
Would you like to react to this message? Create an account in a few clicks or log in to continue.

~ Forums of Enroth ~

The Enroth diehard fan community
 
HomeHome  Latest imagesLatest images  SearchSearch  RegisterRegister  Log inLog in  
Latest topics
» [H3SW 0.8.2] Spicy Delivery
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby DanilaRud015 2024-07-25, 23:37

» ...to XP run...
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby Darmani 2024-07-18, 21:34

» fheroes2 General Announcements
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby sirDranik 2024-07-15, 00:28

» Silence of the Siren (HoMM like scifi game)
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby Sir Albe 2024-07-13, 08:09

» Songs of Silence (HoMM like game)
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby Blake01 2024-07-07, 21:12

» Lego Heroes of Might & Magic
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby Blake01 2024-07-07, 21:00

» 5Kings1Ring
[Script System][Suggestions] IsPlayerActive(player) and more Icon_minitimeby GodRage 2024-07-01, 10:33

Poll
Global announcements should be:
Everlasting, 1 for each project.
[Script System][Suggestions] IsPlayerActive(player) and more Redbar110%[Script System][Suggestions] IsPlayerActive(player) and more Redbar12
 0% [ 0 ]
Temporary, when there is something new to announce.
[Script System][Suggestions] IsPlayerActive(player) and more Redbar11100%[Script System][Suggestions] IsPlayerActive(player) and more Redbar12
 100% [ 6 ]
Holalala... No idea where the Ultimate artifact is.
[Script System][Suggestions] IsPlayerActive(player) and more Redbar110%[Script System][Suggestions] IsPlayerActive(player) and more Redbar12
 0% [ 0 ]
Total Votes : 6
Most Viewed Topics
H3SW: General Graphics discussion
Ragoon's Graphics For HoMM3SW
Introduce yourself
H3SW General Discussion
H3SW Map List: Work in progress
H3SW: Dwelling Development
Forum Admins Feed
The Floody Land
Enrothian Fan Art
Heroes III: The Succession Wars v0.8.2 Beta

 

 [Script System][Suggestions] IsPlayerActive(player) and more

Go down 
2 posters
AuthorMessage
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Script System][Suggestions] IsPlayerActive(player) and more Empty
PostSubject: [Script System][Suggestions] IsPlayerActive(player) and more   [Script System][Suggestions] IsPlayerActive(player) and more Icon_minitime2017-03-17, 06:48

Currently, there is no way to check/change certain properties of a player.

*

IsPlayerActive(player)

Returns "true" if the specified player is still present in the game, returns "false" otherwise.

SetPlayerActive(player)

Makes a player return/join in the game.
You can give him one hero, one town, etc.
Or make he have only one hero, but it can stay longer than 7 days on the map before losing.

IsPlayerControlledByAI(player)

Returns "true" if the specified player is controlled by an AI player, returns "false" otherwise.

YouLose(player)

The player loses the scenario.

YouWin(player)

The player wins the scenario.

MakeAlliance(p1, p2)

Makes an alliance between the player number "p1" and the player number "p2".

BreakAlliance(p1, p2)

Breaks an alliance between the player number "p1" and the player number "p2".
Back to top Go down
XT3RM1N8R
Gargoyle
Gargoyle
XT3RM1N8R


Messages : 23
Quality Points : 1
Registration Date : 2016-11-06
Age : 27
Location : USA

[Script System][Suggestions] IsPlayerActive(player) and more Empty
PostSubject: Potential Implementation Requested   [Script System][Suggestions] IsPlayerActive(player) and more Icon_minitime2017-04-04, 19:12

Hello,

Could you provide some examples in which these may be used? I'm not really sure how a mapmaker would want to use the scenario outcome commands or check if a player is controlled by an AI. Since scripts are intended to be map-specific, I'm having trouble seeing how such things would be necessary, due to the behavioral consistencies of these properties in a single map.

Thank You,
XT3RM1N8R

________________________
Lazy Signature
Back to top Go down
Unknown_Hero
Mage
Mage
Unknown_Hero


Messages : 780
Quality Points : 78
Registration Date : 2015-09-06

[Script System][Suggestions] IsPlayerActive(player) and more Empty
PostSubject: Re: [Script System][Suggestions] IsPlayerActive(player) and more   [Script System][Suggestions] IsPlayerActive(player) and more Icon_minitime2017-04-06, 06:30

IsPlayerActive(player)

One of the scenario goals is to protect another player. If this player is eliminated from the game, the player in charge of his protection receives a penalty.

*

SetPlayerActive(player)

If one of the scenario objectives is accomplished. A new player joins the game (or an eliminated player go back in the game).

*

IsPlayerControlledByAI(player)

A scenario offers the possibility of choosing between several players (colors) for the human player, and this scenario can also be played by several human players; or a human player chooses to play several players at the same time; or the scenario is created so that the human player must choose to play several players at the same time.

This scenario gives different bonuses for players (colors) depending on whether they are controlled by a human player or by the AI.

*

YouLose(player)

One of the goals of a scenario is to always control at least five sulfur mines. If this goal is not met, the player loses the game.

*

YouWin(player)

One of the goals of a scenario is to have a military power at least ten times greater than one of the other players. If this goal is reached, the player wins the game.

*

MakeAlliance(p1, p2)

One of the objectives of a scenario is to control at least three towns of the same faction. If this goal is reached, another player gets in alliance with that player.

*

BreakAlliance(p1, p2)

If one of the scenario objectives is no longer effective, the alliance between the two players is broken.
Back to top Go down
Sponsored content





[Script System][Suggestions] IsPlayerActive(player) and more Empty
PostSubject: Re: [Script System][Suggestions] IsPlayerActive(player) and more   [Script System][Suggestions] IsPlayerActive(player) and more Icon_minitime

Back to top Go down
 
[Script System][Suggestions] IsPlayerActive(player) and more
Back to top 
Page 1 of 1
 Similar topics
-
» [Script System][Suggestions] GetMarketplaceExchangeRate(player) and more
» [Script System][Suggestions] GetResourceGeneratorNumber(resource, player) and more
» [Script System][Suggestions] SetHeroForHire(player, n, hero, keep)
» [Script System][Suggestions] GetNumTowns(player, type, faction) and more
» [Script System][Suggestions] BattleGetCurrentTurn() and more

Permissions in this forum:You cannot reply to topics in this forum
~ Forums of Enroth ~ :: Modding Guild :: Heroes of Might and Magic II: Project Ironfist :: Modding and Mapmaking-
Jump to: