Ok.. maybe im not getting my problem out clearly? or something.. So here goes nothing!
Quote:
Anywho im trying to make a script that takes for() and takes info from a server string, aka "this.stationinfo = @serverr.station@ "." @this.station;"
this.stationinfo = this.stationinfo.tokenize();
|
Thats the part i really having a problem to do.. because when ever i try something like that, the first part "this.stationinfo = @serverr.station@ "." @this.station;" it just displays as text instead of a string.. So how i make it get info from the string even if the this.station changes from = 1 to 2 or w\e?