Page 1 of 1
Random doors
Posted: Sun Dec 09, 2012 5:32 am
by BMR
I was reading through the plotscripting dictionary, and I can't seem to figure out how to place a door using a script. Something like, PUT DOOR(x, y, doornum). Does something like that already exist and I've just been lazy in not being able to find it? Or is it currently impossible to move doors around using scripting?
Thanks!
Posted: Sun Dec 09, 2012 5:40 am
by Spoonweaver
what I always do is just make an npc that acts like a door. problem solved.
Posted: Sun Dec 09, 2012 5:48 am
by Bob the Hamster
You can get door position with a script, but there is not currently any way to set door location.
Spoonweaver's way is going to be the easiest workaround.
Posted: Sun Dec 09, 2012 6:40 am
by BMR
Ah, yes, NPCs that act as doors. I knew the answer was something ridiculously simple, thanks!