Jump to content

Recommended Posts

I want something like this

"If a door is open, then..."

---

ok, I can do this with creating custom action:

doorOpen = false;
player addAction ["SuperOpen", {door animate ["Door_1_rot", 1]; doorOpen = true; }];
waitUntil {doorOpen};  
hint  "open";

but I dont know how to hide vanila "door open" action

 

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×