I really thought this was discussed somewhere before, but couldn't find it.
I have been looking for a global action script that would be called from a conversation.
It would basically look for an "int" in the "NW_deities 2DA" under the category "NameStringref"
the values range from 195868 - 236108 each representing a deity.
For example:
195829 - Ilmater
195807 - Gruumsh
//Gruumsh will demand that the player serve as a grey orc cleric.
//If he does not then the PC head is smashed into red paste.
void main()
{
object oPC = GetPCSpeaker();
SetDeity=195807
}





Retour en haut






