Discuss this page on this page's Talk Page
See sovSetDisposition at Xelerus
Syntax | (sovSetDisposition number number number) |
---|---|
Arguments | number: The UNID of the sovereign to change its disposition. |
number: The UNID of the sovereign the first one changes its disposition about. | |
number: 0 means attack, anything else means do not attack. | |
Returns | condition: True if successful, Nil otherwise. |
Category | ai |
Description | Sets the disposition of the first sovereign to the second sovereign. |
Interesting function allowing you to change how different groups of space objects act toward each other.
(sovSetDisposition &svCSCAntarctica; &svPlayer; 0)
Makes things controlled by the Antarctica sovereign attack the player.
Return to Functions list