if you could help me out with this i would be very grateful!
thanks!
scn KillWerewolfOSBegin OnHit player if player.GetItemCount ( editor name for KohINoor ) Kill (editor name for Werewolf ) endifend
scn KillWerewolfOSBegin OnHit if player.GetItemCount refKohINoor Kill refWerewolf endifend
float playerHealthfloat timershort doOnceShort TeleportDone begin GameModeif doOnce == 0 if player.getFactionRank TARDISFaction < 12 if player.getFactionRank TARDISFaction >= 0 set playerHealth to player.getAV Health if ( playerHealth < 500 ) if ( player.getAV Health < 0 ) player.resurrect endif set doOnce to 1 set TARDISRegenerateQuest.doOnce to 1 if player.getFactionRank TARDISFaction == 0 player.setFactionRank TARDISFaction, 1 elseif player.getFactionRank TARDISFaction == 1 player.setFactionRank TARDISFaction, 2 elseif player.getFactionRank TARDISFaction == 2 player.setFactionRank TARDISFaction, 3 elseif player.getFactionRank TARDISFaction == 3 player.setFactionRank TARDISFaction, 4 elseif player.getFactionRank TARDISFaction == 4 player.setFactionRank TARDISFaction, 5 elseif player.getFactionRank TARDISFaction == 5 player.setFactionRank TARDISFaction, 6 elseif player.getFactionRank TARDISFaction == 6 player.setFactionRank TARDISFaction, 7 elseif player.getFactionRank TARDISFaction == 7 player.setFactionRank TARDISFaction, 8 elseif player.getFactionRank TARDISFaction == 8 player.setFactionRank TARDISFaction, 9 elseif player.getFactionRank TARDISFaction == 9 player.setFactionRank TARDISFaction, 10 elseif player.getFactionRank TARDISFaction == 10 player.setFactionRank TARDISFaction, 11 elseif player.getFactionRank TARDISFaction == 11 player.setFactionRank TARDISFaction, 12 endif endif endif endifendif;This last bit checks the FactionRank, and if it is right ,moves you to an X-Marker Heading item-- a Static you will need to place in World and give a Unique ID to.If ( Player.GetFactionRank TARDISFaction == 12 ) If ( TeleportDone == 0 ) Set TeleportDone to 1 Player.MoveTo [X-Marker Heading ID] EndIfEndIf