yawdamper 12 Posted November 7, 2015 I want to activate trigger when object hidden.How can I do ? Share this post Link to post Share on other sites
jshock 513 Posted November 7, 2015 When you hide the object initially I would use hideObjectGlobal instead of hideObject, then in the condition of your trigger: isObjectHidden caseBomb https://community.bistudio.com/wiki/isObjectHidden 2 Share this post Link to post Share on other sites
yawdamper 12 Posted November 7, 2015 When you hide the object initially I would use hideObjectGlobal instead of hideObject, then in the condition of your trigger: isObjectHidden caseBomb https://community.bistudio.com/wiki/isObjectHidden THANK YOU :) Share this post Link to post Share on other sites
yawdamper 12 Posted November 7, 2015 Please tell me ; when object DELETED. Which command I will use ? Share this post Link to post Share on other sites
davidoss 552 Posted November 7, 2015 (isNull object) 1 Share this post Link to post Share on other sites
yawdamper 12 Posted November 7, 2015 (isNull object) Thanks guys:) Share this post Link to post Share on other sites