Jump to content

Identical DV and ActionOverride


Garfield

Recommended Posts

These questions may sound a bit silly but:

 

1) If I create one creature with a DV, can I spawn this creature twice or will it crash the game?

2)If these two creature are spawned and I use an action with their common DV, will the action affect the two of them?

 

Example:

I have a boosted Yuan ti mage with YU#MAG as a DV. Can I spawn to of these using

CreateCreature("YU#MAG") twice in my script?

 

And then, if I use ChangeEnemyAlly("YU#MAG",ENEMY), will it affect the two of them?

 

Thanks :)

Link to comment
1) If I create one creature with a DV, can I spawn this creature twice or will it crash the game?

No.

2)If these two creature are spawned and I use an action with their common DV, will the action affect the two of them?

The action will only affect one of them. If you repeat the action, it will affect one of them repeatedly.

 

I have a boosted Yuan ti mage with YU#MAG as a DV. Can I spawn to of these using

CreateCreature("YU#MAG") twice in my script?

CreateCreature uses the actual file name, not the DV. You'd be better served using shouts or giving the two creatures unique DVs.

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...