How would u make it so that it reads that the object has already been used sorta like for a scroll
You can write on it, and read it but once its written on it says u cant write on it.
ID:269800
Oct 14 2005, 4:09 pm
|
|
Oct 14 2005, 4:36 pm
|
|
Have a text variable for this scroll, and keep it null otherwise. If it has anything on it, therefore returning true, don't allow users to write on it.
|