ID:896195
 
Keywords: appear, disappear, help, verbs
(See the best response by NNAAAAHH.)
Problem description:

iight so i had this gender code which im trying to find because all my game files are gone but its simply to fix a character creation screw up causing neuter gender after every choice (not the problem)

(problem)
when i find it i intend to have players use it once then it disappear and replaced with another verb would
usr.verbs+=typesof(/mob/Gender/verb)
//to give the gender opption
//and
usr.verbs-=typesof(/mob/Gender/verb)

would that be my only option?
Best response
Your could make it into a proc and call the proc whenever you want them to choose. Or you could use input() in the character creation to choose which gender the person is; both eliminating the need for a verb to do as such.
I'm not sure what you are looking for here, but you can add and subtract verbs like that, although I do remember seeing DarkCampaigner post something about typesof() not returning paths that end with "verb" not too long ago.
It's also posible to add JUST one verb, without using typeof().
In response to NNAAAAHH
NNAAAAHH wrote:
It's also posible to add JUST one verb, without using typeof().

i know but the trick is taking it out afterwards and substituting it which im clueless about xD so adding an exta tabs ok until then

In response to Albro1
Albro1 wrote:
I'm not sure what you are looking for here, but you can add and subtract verbs like that, although I do remember seeing DarkCampaigner post something about typesof() not returning paths that end with "verb" not too long ago.

Ok i'll go look for it thanks