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).]
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).]