Quote:
Originally posted by Obsidian the Black:
Thakyou Philip, Chewy, Dreamer, That was a great help. (Dont mean to ask all the questions and stuff but....)
The arena thing, what I meant was, when building an area (City exterior) you can place an arena (3x3). What I wanted was when you ask for that monster that it would appear in the arena thing and you just walk down into it and kill the monster then walk out, if you know what i mean. I wanted the monster to appear at you than you go to the monster.
|
put this in the actions taken script:
object oWP_arena = GetObjectByTag("waypoint in arena here");
void main()
{
CreateObject(OBJECT_TYPE_CREATURE, "sResRef of the creature here", (GetLocation(GetObjectByTag("Waypoint1")), TRUE);
}
You can find the resref in tthe properties of a creature under the tag iirc.