[Solved] "beach_master_gate" will not show its open.

Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Post Reply
MrChoke
Posts: 324
Joined: Sat Oct 25, 2014 7:20 pm

[Solved] "beach_master_gate" will not show its open.

Post by MrChoke »

I have a very odd problem. I am trying to use the "beach_master_gate". Calling door:open() works fine in that it gives me the sound and I can now walk thru. But the model won't update. The door shows closed still.

I gave tried placing this door in multiple places and it still hasn't worked. Anybody use this door and got it to work?


UPDATE: It won't even show open on its initial state. Is this model broken?????
Last edited by MrChoke on Fri Nov 14, 2014 5:31 pm, edited 1 time in total.
User avatar
Prozail
Posts: 158
Joined: Mon Oct 27, 2014 3:36 pm

Re: "beach_master_gate" will not show its open. Model broke

Post by Prozail »

beach_master_gate_1.controller:open()
MrChoke
Posts: 324
Joined: Sat Oct 25, 2014 7:20 pm

Re: "beach_master_gate" will not show its open. Model broke

Post by MrChoke »

Prozail wrote:beach_master_gate_1.controller:open()
Use the controller and not the door??? Ok..... Thanks it worked.
Post Reply