ID:261443
 
mob/verb/Give_Gold()//it lets you choose a person in the game and then after it shows you a menu that lets you type in a number for the amount of Gold wished to give to the person you chose earlier
//i know the rest
usr.Gold-=N
M.Gold+=N

mob/proc/Leadership()
spawn while(1)
if(usr.Loyalty==0)
return..
else
sleep(100)
L=usr.Loyalty*10
src.Money+=L
src<<"Your people are happy amd trust your leadership,you gain $[L]!"

mob/Login()
..()
Leadership()
Problem
it has an infinite loop
also i need a code when you press like Be A person
then it lists some of the mobs you own and when you select one you become the mob
...uummm, could you be more specific? And please don't double-post