My first scripted game

Started by
-1 comments, last by Leo28C 16 years, 11 months ago
Hello everyone! I have a game that, according to my plans, will be very feature-rich. One of the features is vehicles that the players can use (it's multiplayer). I want the players to be able to create their own vehicles without having to mod my code. I'd like to use Lua because I'm pretty familiar with that language So how would I go about this? The vehicles consist of basically a bullet-shoot function, an enter function, and the images. I was thinking of making a variable with the vehicle's image, but then the vehicles I have now have various images (one for moving, one for standing still, etc.) Should I put an API to control most areas of the game and then put that in Lua? I'm teh newb, so help. Thanks in advance!

This topic is closed to new replies.

Advertisement