Jump to content

Krade DimondAK

Resident
  • Posts

    2
  • Joined

  • Last visited

Reputation

0 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. OK now that ive already posted this in the wrong area once before, but thisplace looks more suited, the other froo froo sub-forums under Creation Forum scared me away. What I want to start a thread about inner script data sharing via notecard-like data. I know notecards cannot be edited internally by script because every edit to the card is a UUID change. I don't suggest changing notecards at all, I want to see some way to read and wright variables on a transferable, copyable, script friendly inventory item. Much like a memory card. ill just call it an mcard for now. These are just a few functions I can think of. llUseStoredVariable(string mcard, string entryName) uses the entryName out of the mcard specified as a variable in script. All changes made to the variable in script is also changed in its respective mcard and any other script also using the same entryName value. llUseStoredVariable(string my_mcard, string copiesmade); is the same as. integer copiesmade; llColectStoredVariable( string mcard, string entryName ) Similar to the above, but only gets entryName at its current state. llWrightStoredVariable(string mcard, string entryName, integer newInt, vector newvec, rotation newrot string newstr, id newkey) Replaces said entryName value. I would love to hear your input on my idea, and other suggestions about how to get this idea seen.
  2. So it appears that there is nowhere for scripters to post ideas, and the knowledge base is., so im injecting my ideas here! What I want to start a thread about inner script data sharing via notecard-like data. I know notecards cannot be edited internally by script because every edit to the card is a UUID change. I don't suggest changing notecards at all, I want to see some way to read and wright variables on a transferable, copyable, script friendly inventory item. Much like a memory card. ill just call it an mcard for now. These are just a few functions I can think of. llUseStoredVariable(string mcard, string entryName) uses the entryName out of the mcard specified as a variable in script. All changes made to the variable in script is also changed in its respective mcard and any other script also using the same entryName value. llUseStoredVariable(string my_mcard, string copiesmade); is the same as. integer copiesmade; llColectStoredVariable( string mcard, string entryName ) Similar to the above, but only gets entryName at its current state. llWrightStoredVariable(string mcard, string entryName, integer newInt, vector newvec, rotation newrot string newstr, id newkey) Replaces said entryName value. I would love to hear your input on my idea, and directions to a better place to post this :)
×
×
  • Create New...