8,018
edits
Paradox-01 (talk | contribs) m (repairing action types table) |
Paradox-01 (talk | contribs) m (→Step 3: preparing the BSL stuff: image repaired) |
||
Line 2,218: | Line 2,218: | ||
} | } | ||
[[Image:silly_shades.jpg|right|thumb|Karen: "Ready for the Matrix. HAR-HAR."]] | |||
[ | |||
: silly_setup will be triggered every time a character is spawned with this link in BINACJBOCharacter.xml | : silly_setup will be triggered every time a character is spawned with this link in BINACJBOCharacter.xml | ||
: Only the AI would need chr_lock_active. | : Only the AI would need chr_lock_active. | ||
: chr_super becomes disabled again to prevent other Daodan effects (in case our character has a chenille or other visuals). We don't have to worry about the item, its lifetime was set to 0 (infinity). ("chr_super 0" only hides the particle, it doesn't kill it.) | : chr_super becomes disabled again to prevent other Daodan effects (in case our character has a chenille or other visuals). We don't have to worry about the item, its lifetime was set to 0 (infinity). ("chr_super 0" only hides the particle, it doesn't kill it.) | ||
func main { | func main { |
edits