Spanish Verbs: Infinitive and First Person Forms? #40
Replies: 1 comment 4 replies
|
@tajmone, I think using the 1st person is unnecessary, since it's very rare to write a command that way (examino obj). However, it is better to keep the infinitive form because it's more common to say it this way (examinar obj). So I think we could delete the 1st person cases and let just the infinitive and imperative forms. I could do a quick check on all modules to delete these 1st person forms and add some infinitive or imperative ones if necessary. NOTE:
I should note that I'm not aware of the general practices of the Spanish IF community. I've played some IF games before, but I haven't been an active member of any IF community (until I got here). So these recommendations are based of my personal experience and general forms of writing in Spanish. I hope this isn't a problem. |
Uh oh!
There was an error while loading. Please reload this page.
@Rich15, I noticed that every verb in the library includes in its syntax what I believe is the infinitive form of the verb, as well as the 1st person singular present form. E.g. the
examinarverb is defined as:Usually, IF games are played by directing commands in second person: "take apple", i.e. using the imperative form as if commanding the game protagonist (i.e. the Hero in ALAN's terms).
Although this is the most common form, it's not the only one. Some IF systems (especially in the past) allow using different forms of addressing commands (these are my own definitions, just for clarity sake):
These examples in English don't really clarify the point, since (1) and (2) are identical, and (3) would be an unusual for ("take the apple" would sound better also there). But in Italian the three approaches would require different verbs:
Although in Italian most IF games use the classic approach (1) of using the imperative form, in the earlier games you would also see forms (2) and (3), usually when the game prompt was something like
What next? >.So, I'm wonder why the Spanish library has all those different verbs forms (tenses and moods), and if this has something to do with the tradition of text adventures in the Spanish language — which, of course, is something worth taking into account.
Otherwise, I think that preserving anything beside the imperative 2nd p.s. is overkill, both in terms of library maintenance (we'd have to ensure that all verbs correctly cover all forms, consistently), but also a burden on end authors, who would also have to cover all those forms in their own custom verbs.
In the Italian library, I use the infinitive for the syntax and verb identifier (because that's the way we refer to any verb, when mentioning it), but no in the actual syntax that the player can type. So, if it was for me, I'd reduce the above definition of
examinarto:So, Ricardo, what's your view on keeping the infinitive forms of verbs (examinar) and the 1st person form (examino)? Does it make sense to keep them, because they are commonly use among the Spanish IF community? Or should we drop them and just keep the 2nd person imperative forms?
Historically, the ALAN community has always used only the imperative form so far, and narration has always been in the present tense. But of course, if Spanish IF has a tradition of its own, I don't see why it shouldn't be honoured.
References
All reactions