darkninjaproductions
Aug 3 2008, 01:49 PM
Can you make a renting script for more than one room using one owner ?
Thanks in advance Darkninja Productions
LoginToDownload
Aug 3 2008, 02:41 PM
You mean like an Inn room? I don't see why not. Going by the Bethesda way, the process tends to involve
unlocking the door and
setting the bed's owner to the player, then
reversing the
process once a day's up.
darkninjaproductions
Aug 3 2008, 02:57 PM
i have got the script that it is used i was wondering how you go about adding a duplicated script to the same NPC.
Thanks Darkninja
LoginToDownload
Aug 3 2008, 03:23 PM
Well, where it says Door.unlock or such, you include just below it MyDoor.unlock. Where it says Bed.SetOwnership add MyBed.SetOwnership, under Door.SetOpenState 0 add MyDoor.SetOpenState 0, under Door.lock WhateverNumber include MyDoor.lock WhateverNumber2, and under Bed.SetOwnership WhateverOwner include MyBed.SetOwnership WhateverOwner. At least, I'm pretty sure that will work.
darkninjaproductions
Aug 3 2008, 04:21 PM
i can do all of the script but its making the convos appear on NPC's thats the problem cus, hopefuly i want it to appear like;
Double
Double Premier
Master Bed
and hopefuly for them all to appear at diff prices.

Ninja