Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
@taylorjeffrey : The idea is good but how do you make the Thespian add this variable to all players without having to interact with a Thespian already?
Each player is assigned a CharVar named "claim". I have mapped each region in this map to a numerical value. S1 = 1, S2 = 2, etc. This is because CharVars are only numeric. So in this example, the player has a CharVar value "claim=1" (they own the S1 region).
I created a herald dialog thespian. The dialog works roughly like this:
Condition Node:
CharVar condion - Equals ==
CharVar name: claim
CharVar value: 1
true - Action Node, Webhook Message, Message: <PlayerName> is rightful ruler of S1
rinse and repeat for each region.
What this will do is announce to a channel on the discord that the player is rightful ruler of a certain region. It will still require some RP actions to enforce, but it guarantees that region ownership rights are verified by in-game variables that either you set or set via merchant thespian or kit or something.