Jump to content

Quick Questions, Quick Answers


Mattiewagg

Recommended Posts

  • Replies 2.6k
  • Created
  • Last Reply

Top Posters In This Topic

A Quick Question: What mod(s) do I have to download to make my character models look relatively 'nice' like how I see all of the character models in those Youtube Videos that showcase mods? And I don't want mods for JUST female characters. Male improvements would be nice too.

 

((New here by the way, in case you can't already tell. ;3;))

Link to comment
Share on other sites

Well no, easier, why does my Trigger Box do not work?

Script:

Scriptname JPTriggerBox01 extends ObjectReference
{The quest dungeon 01 trigger.}

Quest Property JPTestQuest Auto
Actor Property PlayerREF Auto

Event OnTriggerEnter(ObjectReference akActionRef)
If akActionRef == PlayerREF
JPTestQuest.SetObjectiveDisplayed(20)
JPTestQuest.SetStage(20)
EndIf

EndEvent

Link to comment
Share on other sites

 

The script "GetOwningQuest" obviously does not work in objects.

So, how can I change it to make the script know what quest I'm referring to?

Add the quest as a property.

 

Quest property myquest auto

 

Well, already did that, now read the last one I posted xD

(because it does not work...)

Link to comment
Share on other sites

Well no, easier, why does my Trigger Box do not work?

Script:

Scriptname JPTriggerBox01 extends ObjectReference

{The quest dungeon 01 trigger.}

 

Quest Property JPTestQuest Auto

Actor Property PlayerREF Auto

 

Event OnTriggerEnter(ObjectReference akActionRef)

If akActionRef == PlayerREF

JPTestQuest.SetObjectiveDisplayed(20)

JPTestQuest.SetStage(20)

EndIf

 

EndEvent

Dunno. There are too many variables here. Have you:

 

Tried just showing a notification when anything enters the trigger?

Made sure that the properties were filled?

Tried placing another trigger with the same script attached?

Tried on a new game?

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...