ObLars Posted August 22, 2012 Share Posted August 22, 2012 Hello. :laugh: So, i've made a new island, but right now i can't for the life of me figure out how to make a working ferryman. Would anyone be kind enough to give me a small tutorial on how to do this? Link to comment Share on other sites More sharing options...
AffablySociopathic Posted August 22, 2012 Share Posted August 22, 2012 Hello. :laugh: So, i've made a new island, but right now i can't for the life of me figure out how to make a working ferryman. Would anyone be kind enough to give me a small tutorial on how to do this? Can't give a tutorial but I suggest you reference the quest on the Windhelm Dock's given by the East Empire Company Branch Manager, it has a quest which features using a boat to travel to another island, you can probably reference the script in that quest to create a working ferryman. Link to comment Share on other sites More sharing options...
dfac364 Posted August 23, 2012 Share Posted August 23, 2012 (edited) taking a note from fallout, you could have the ferryman tell the player the player to go on board and activate a bed when ever they are ready, you can have the dialogue lock/unlock the door or just set a quest stage neccesary for the script to prevent freeriders and all you have to do is put this script on the bed to teleport the player to an identical boat docked at the island ObjectReference Property islandboat auto Event OnActivate(ObjectReference akActionRef) if akActionRef == game.GetPlayer() game.getplayer().moveto(islandboat) endifendevent Edited August 23, 2012 by dfac364 Link to comment Share on other sites More sharing options...
Recommended Posts