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

CheckIsPlayer

From AGEWiki

(Difference between revisions)
Jump to: navigation, search
(Created page with '{{ scriptcommand | name = CheckIsPlayer | syntax = | description = TRUE if the faction selected is a human player | example = NULL ''(no value entered)'' | example-description =…')
m
 
Line 14: Line 14:
| param3desc =  
| param3desc =  
}}
}}
 +
[[Category:AI Modding]]

Latest revision as of 11:08, 29 April 2010

CheckIsPlayer

Syntax  

CheckIsPlayer

Description

TRUE if the faction selected is a human player

Example  

CheckIsPlayer = NULL (no value entered)

TRUE if the faction selected is human  

CheckIsPlayer = NOT

TRUE if the faction selected is any level AI

 

Parameters

[;NOT]

Reverses the TRUE/FALSE result

Forums