Samuel
Level: Delver
Rank Points: 69
Registered: 07-08-2007
IP: Logged
|
Re: Script Command: "Name" (+1)
Like this maybe:
Set "Name": Harold to NPC at xx,xx.
Also, if you wanted two NPC's to go to one specific square at different times, the scripting WILL conk up and they will both try to go there at the same time, so, say if you wanted each person to collect some gold from a certain square:
One script would say:
Wait for NPC "Harold" at 09,09 (example)
Set var gold + 10
Another would say:
Wait for NPC "I'll call you Harry" at 09,09 (example)
Instead of both saying:
Wait for NPC at 09,09 (example)
If both scripts said this it wouldn't work, so I am in support of this Name command.
____________________________
I believe in everything until it's
disproved. So I believe in fairies,
the myths, dragons. It all exists,
even if it's in your mind. Who's to
say that dreams and nightmares
aren't as real as the here and now?
John Lennon
|