ID:266792
 
I was woundering if somone could help me on a code for a game the game is a gundam game and i want it so that if you are a human and walking around u have your own stat bar but when u enter a gundam you get a new stat bar of the gundam your in if anyone can help me thanx.
mob/Stat()
if(src.ingundam == 1)
stat("Your in your gundam! cool?")
if(src.ingundam == 0)
stat("Your a human? wow?")