Thread
:
QNP mk 2
View Single Post
#
9
January 12th, 2007, 12:01 AM
Asteroids Champion!
Suicide Junkie
Shrapnel Fanatic
Join Date: Feb 2001
Location: Waterloo, Ontario, Canada
Posts: 11,451
Thanks: 1
Thanked 4 Times in 4 Posts
Re: QNP mk 2
#1) GETL("X") >= (2 + ([%Lvl%] - 1)
is the same as
GETL("X") >= ([%Lvl%] + 1)
GETL("X") - 1 >= ([%Lvl%])
level 2 tech or better gives level 1
#2) GETL("X") >= (1 + ([%Lvl%] - 1)
is the same as
GETL("X") >= [%Lvl%]
Level 1 tech or better gives level 1
Why Aaron used overcomplicated formulae with spurrious "1 - 1" bits I have no idea.
__________________
Things you want:
Carrier Battles Mod
Play By Web
Play By Committee
Other stuff on ImageModServer
Suicide Junkie
View Public Profile
Send a private message to Suicide Junkie
Visit Suicide Junkie's homepage!
Find all posts by Suicide Junkie