28.08.2011, 00:47
Quote:
I always use just "if" "if" "if". I don't see the point of "if" "else if" "else if"
|
I'm guessing you can't use switch because the pickup id's aren't static (pickup id's are assigned to variables).
And to answer your question, for dialogs (since dialogs are static id's), you should use a switch statement.
And for the pickups, if you aren't going to use static id's, it is recommended to do a
Code:
if else if else if