Glenstorm Posted August 5, 2011 Share Posted August 5, 2011 (edited) Title explains all. Okay so how would I go about doing this? Is there a special variable like int/float, coz I can't find anything like that. If none exists, can I use globals? How would I edit globals? Can I create a new global? Edited August 5, 2011 by Glenstorm Link to comment Share on other sites More sharing options...
Quetzlsacatanango Posted August 5, 2011 Share Posted August 5, 2011 short, I believe, can hold a text string though I have never tried it. Link to comment Share on other sites More sharing options...
davidlallen Posted August 5, 2011 Share Posted August 5, 2011 Let's start further back. This scripting language is not a "real" programming language. Suppose you store a string; what are you going to do with it? Things like item references cannot be passed as string variables. It is possible to use strings with integers and floats as variables in message boxes; but AFAIK there is no way to construct a string and pass it into a message box either. Link to comment Share on other sites More sharing options...
Glenstorm Posted August 5, 2011 Author Share Posted August 5, 2011 (edited) Let's start further back. This scripting language is not a "real" programming language. Suppose you store a string; what are you going to do with it? Things like item references cannot be passed as string variables. It is possible to use strings with integers and floats as variables in message boxes; but AFAIK there is no way to construct a string and pass it into a message box either. Lots of uses.. For example you could make a settlement, name it yourself and use that name in dialogues/map markers. Same thing applies for guns or pretty much any other object. There are strings defined in Game Settings which you can edit in the Settings box itself. Dunno how to do it in script though. But yeah, you are right. I don't see any feasible way that the current scripting language would allow such versatility. I was trying whether I could bring about the custom weapon stuff from Oblivion... you know where you can enchant it with anything and name it yourself. That is a concept I sorely miss in Fallout games :unsure:. Edited August 5, 2011 by Glenstorm Link to comment Share on other sites More sharing options...
Recommended Posts