Difference between revisions of "GetInFaction"
Jump to navigation
Jump to search
imported>Maturin |
imported>Khadir (Documenting actor functions ...) |
||
Line 1: | Line 1: | ||
{{ActorFunction}} | |||
'''Syntax:''' | '''Syntax:''' | ||
GetInFaction ''FactionID'' | [''ActorID''.]GetInFaction ''FactionID'' | ||
'''Example:''' | '''Example:''' | ||
GetInFaction MagesGuild | GetInFaction MagesGuild | ||
Returns 1 if the calling actor is | Returns 1 if the calling actor is a member of the specified faction. | ||
==See also== | |||
* [[GetFactionRank]] | |||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Faction Functions]] | [[Category: Faction Functions]] | ||
[[Category: Condition Functions]] | [[Category: Condition Functions]] |
Revision as of 05:03, 28 June 2006
Template:ActorFunction Syntax:
[ActorID.]GetInFaction FactionID
Example:
GetInFaction MagesGuild
Returns 1 if the calling actor is a member of the specified faction.