Well, recently I began work on a name changing program, accessible via scripting, that will be compatible with the typing system here (made by minkoff?). AT ANY RATE: i'm having issues with it, an argument error, 0 for 2, and then x and y are undefined. Here:
Code:
#Name Typer Script
#Easy Usage
#By Shiroun
#Instructions go Here:
:name_calling
def draw_name_actor(x, y)
self.contents.font.color = normal_color
self.contents.draw_text(x, y, 236, 32, "Choose a character name.")
end
if $BTEST == true
then command_endname
else
end
if $Script_call_actor = true
then
draw_name_actor(x, y)
elsif
$Script_call_actor = false
end
def command_endname
end