I need help with an UScript thingy =)

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

DJ

New Member
I wanna check what weapon ppl kill me with, I do this with this string:
return RelatedPRI_1.Playername$Default.test@OptionalObject$Default.KilledByTrailer;
default.test=" killed you with "
default.KilledByTrailer="!"

the full sentence when playing the game is: Alarik killed you with None!
OptionalObject returns None, I want this string to return the bots weapon, how do I do this?

Instead of the usual:You were killed by Alarik, I want it to read: Alarik killed you with minigun!..for exampel...
but my string returns the word "None"
how do I type to return the players weapon?

okay..this seems kinda messy, sorry. hope someone can help me =)

[This message has been edited by DJ (edited 12-13-1999).]