Search found 77 matches

by necros
Fri Dec 17, 2004 12:55 am
Forum: QuakeC Programming
Topic: carrying variables over from one map to another...
Replies: 13
Views: 8099

if possible, i'd like to keep everything compatible with original quake... :\
by necros
Thu Dec 16, 2004 11:20 pm
Forum: QuakeC Programming
Topic: carrying variables over from one map to another...
Replies: 13
Views: 8099

carrying variables over from one map to another...

is it possible to, for example, carry the "total monsters" and the "monsters killed" variables from one map so that you can add them to the variables in another map?
i know quake can do that with ammo, but how do you make a 'permanent' variable like that?