if attacker == playerref || me == playerrefif MessageNum == 1debug.Notification("Attacker did a Target Feint.")elseif MessageNum == 2debug.Notification("Attacker did a Flank Feint.")elseif MessageNum == 3debug.Notification("attacker did a Range Feint.")elseif MessageNum == 4debug.Notification("Attacker did a Target-Flank Feint.")elseif MessageNum == 5debug.Notification("Attacker did a Target-Range Feint.")elseif MessageNum == 6debug.Notification("Attacker did a Flank-Range Feint.")elseif MessageNum == 7debug.Notification("Attacker did a Target-Flank-Range Feint!")endifif MessageNum2 == 1debug.Notification("With the Left hand!")endifIn Oblivion we could add strings together then play them as a message:
set StringVar1 to "Hello"
set StringVar2 to "World"
Messagebox"StringVar1 + StringVar2"
Is there a way to do this in Skyrim?
