quote:
Originally posted by grant:
I have two files - one for players and the other for history (stats etc). I want to create a new record in the History when a new player is created in the player file. I'm not using a portal and don't want to. All I want is to copy the new name and the player ID into the History file.
Should be easy but I can't manage it. I thought I could just copy it to the clipboard and it would paste in.
Any ideas ?
Create 2 global fields into the the History file. "Name" and "ID".
Create a first script in the player file which will define these two fields with these two informations.
Create a second script which will start at the end of the previous one and will create a new record in the History file and will define the two text) (text) fields Name & ID with the values from the global.