Bump(atom/movable/A)
A.random = rand(1,4)
if(A.random == 1)
A<<"<b>[src]: Darn Frieza and his army...they've destroyed everything on our planet!"
if(A.random == 2)
A<<"<b>[src]: Frieza and his army are located somewhere's in SouthEastern region."
if(A>random == 3)
A<<"<b>[src]: "
if(A.random==4&&src.name=="Nale"&&usr.maxpowerlevel>=75000&&usr.will>=35&&usr.purity>=35&&usr.honor>=35)
A<<"<b>[src]: I must do something to help my people! Wait...I know..."
switch(alert(usr,"Do you wish to fuse with [src]?","Fuse","Yes","No"))
if("Yes")
A:SNJ()
del(src)
else
A<<"<b>[src]: Alright..."
This doesn't seem to work for me why? I have been trying to find the problem with no sucess.