gump display problem

Need help with your JScripts? Got questions concerning the DFNs? Come forward, step inside :)
Post Reply
dragon slayer
UOX3 Guru
Posts: 776
Joined: Thu Dec 21, 2006 7:37 am
Has thanked: 4 times
Been thanked: 26 times

gump display problem

Post by dragon slayer »

Okay what I'm tyring to do is when using banage on aplayer instead of it just res them i want it to send a gump. problem I'm having is gump is being sent to the char using the bandage and not the dead char

here what i got

case 0: // Resurrect
ourObj.Resurrect();
socket.SysMessage( GetDictionaryEntry( 1272, socket.Language ) );
displaygump(socket, ourObj);
break;

I have my gump all made but I'm not sure why its not sending the gump to the dead player instead its sending it to me
Post Reply