Jump to content
Sign in to follow this  
hearl1986

Init commands

Recommended Posts

Im trying to find a list of init commands that can be placed in the units editing screen, I have searched but it doesnt seem like their is a compiled list any where. Im not looking for a specific command, just wandering what is available.

Share this post


Link to post
Share on other sites

You can put almost any code into a unit's init line. I do not think you will find a specific list. This page in the Biki breaks down different scripting commands by functionality that you may find useful:

http://community.bistudio.com/wiki/Scripting_Commands_by_Functionality

Init lines often have code that manipulations inventory like addWeapon, removeAllWeapons, etc. It is often also use to add event handlers or user actions to that specific unit.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this  

×