Due to a sudden burst in spammer activity, account creation has been temporarily disabled. Sorry for the inconvenience to any new potential contributors.

ActorUnderUse

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
m
 
Line 4: Line 4:
| cat =
| cat =
| syntax = GameActorUID [;NOT]
| syntax = GameActorUID [;NOT]
-
| description = Tests if the current selected [[faction]] has any [[option]]s in use from a specific [[GameActor]], e.g if the faction has at least a Military Option (depending of GameActorUID)
+
| description = Tests if the current selected [[faction]] has any [[option]]s in use from a specific [[GameActor]].
-
| example =
+
| example =$gmaOptionMil
-
| example-description =  
+
| example-description = The faction has at least one Military Option available
| example2 =
| example2 =
| example2-description =
| example2-description =

Latest revision as of 12:54, 16 June 2010

ActorUnderUse

Syntax  

ActorUnderUse = GameActorUID [;NOT]

Description

Tests if the current selected faction has any options in use from a specific GameActor.

Example  

ActorUnderUse = $gmaOptionMil

The faction has at least one Military Option available


 

Parameters

GameActorUID

Valid alias of a GameActor

[;NOT]

Reverses the test. TRUE if actor family is not in use.

Forums