Difference between revisions of "User talk:ShadowDancer"
no edit summary
imported>DragoonWraith (an idea) |
imported>ShadowDancer |
||
Line 79: | Line 79: | ||
endif | endif | ||
At most, 59 If checks to run. Comparing a number to a variable produces negligible performance hit - I think the computer can handle 59 variable-number comparisons when the player first enters a cell. | At most, 59 If checks to run. Comparing a number to a variable produces negligible performance hit - I think the computer can handle 59 variable-number comparisons when the player first enters a cell. | ||
:[[User:ShadowDancer|ShadowDancer]] 05:20, 9 July 2006 (EDT): Looks pretty solid. Sounds like it shouldn't have too much of an impact unless someone is running a very slow machine. Of course, they would get the impact for a lot of things that happen in the game as well and I doubt they would be looking for add-ons at that point. What is the plan for the dialogue and AI? I couldn't figure out a way to add those to a duplicate copy. I also have a question: do you know how the [[Look]] function works? I came up with a way to make the player turn but it isn't the best solution because the what I came up with is a bit jumpy. |