Okay, I'm trying to code in a script to display the last name of a character on the status screen, but I'm not quite sure how to do it. Here's the script for it right now...
EDIT: Updated the script a bit, still don't think it'll cut it at this point
So can you help me here?
EDIT: Updated the script a bit, still don't think it'll cut it at this point
Code:
#--------------------------------
def initialize
x = @actor.id
case x
when x = 1
lastname = " 1"
when x = 2
lastname = " 2"
when x > 2
lastname = ""
end
end