Alright, so I was curious if you could make an argument a string and have it where a user types a weapon and it enters it (for an include) here is an example of what I am trying to say:
myowninclue.inc
Code:
stock give_gun(index, weapon) {
give_item(index, "weapon_" + weapon)
}
So they can decide on which weapon they are going to give to a player. Is this possible or what?