Hi. I recently got Gamestudio A7 version, and i'm trying to make a start on a FPS game. I can get everything to work OK if I select the shooter template for my script, but if I select A7 default template and then add scripts into it through project manager, it crashes when compiling (starting up the game after clicking "run") and says stuff like:
<(YOU!=plSelect_curr_ent)>
trigger00.wdl 760:0 (): Parameter unknown plSelect_curr_ent

and the same thing as above for the "trap" script with little variations on the end like "Bad keyword".

Problem 2:
As far as I can see, with the shooter template script, there is only 1 possible weapon with multiple types etc. I add it, set its behavior (action) to PlBipedWeap00_WeapP and set its type as 1.000 (default) and its amount to 50. However, when the game is built, and I run the game, the weapon simply disappears on contact and does absolutely nothing.

Could somebody please help with these issues?
FYI: I'm not exactly great at scripting, but if shown what to put in, i think i'll find where to put it... maybe.

Last edited by 4zb41; 07/09/08 00:06.