Jump to content

Editing Columns In Reditor?


WundaBreadz

Recommended Posts

Is there a way to set all of a column top on down to the same thing? For instance with the schedule it has 2013 but for it to show in game it has to be 2012 and that is ALOT to edit. Any help would be great, thanks!!

So nobody is using TURK? No wonder I can't get my questions about its IF statements answered. :)

Here's a script that will do what you want. Open Notepad in the SCRIPTS subdirectory of your REDITOR II directory, copy and paste this text into it, save it, then call it from the TURK tab in REDITOR after you've loaded the Franchise you want. (Replace "Schedule_Actual" with "Schedule_Cur" or whichever schedule you want to change.)

------------------------------------------------------------------------------------------------------------

vay yapali Schedact2012; !!choose a name suitable for which schedule/year you want to change

{Set the entire column of Schedule_Actual Year to 2012}

ulsh

i: int; !!Cycle variable

puschla

i valli 0 ran Schedule_Actual_Num - 1 taran tu !!Here we cycle through all the entries

puschla

Schedule_Actual.Year 2012 := ; !!Setting the year to what we want

veschle

veschle.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...