Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Novel
jens Offline
Frictional Games

Posts: 4,093
Threads: 199
Joined: Apr 2006
Reputation: 202
#12
RE: Novel

(11-15-2009, 02:33 PM)Scraper Wrote: But let's say you (normal user) are making a map in game, do you need to know basics of coding or is it as easy as map editor, let's say, in Age of Empires, etc.?

To make a map, that has items to pick up, things to interact with(doors that can be opened etc) does not require any coding. But if you want to add functionality, say have a key that can be picked up and used to open a door you will have to do some coding. But it is very basic and fairly easy, its not the difficulty that will be what limits the user, it will be making the effort to do it Wink

using a key on a locked door to open it would be something like:
useitem("key", "door", "opendoor");
opendoor() setentityopen("door", true);

edit
thomas beat me to it..
(This post was last modified: 11-15-2009, 05:15 PM by jens.)
11-15-2009, 05:15 PM
Website Find


Messages In This Thread
Novel - by Tombo - 11-14-2009, 12:48 PM



Users browsing this thread: 1 Guest(s)