Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
issues with name color?
#3
(Jan-17-2018, 06:49 PM)buran Wrote: can you post let's say top 10 lines of your code (assuming this is line#6 as per the traceback)? Also check the line before that one...
the lines above it are simply comments renpy leaves there by default, but here:
# The script of the game goes in this file.

# Declare characters used by this game. The color argument colorizes the
# name of the character.

define m = Character("Mothman”, color=“#3e2a54”)

define b = Character("Bigfoot”, color=“#856864”)

define n = Character("Nessie”, color=“#2f7e68”)

# The game starts here.

label start:
Reply


Messages In This Thread
issues with name color? - by friskisan - Jan-17-2018, 06:21 PM
RE: issues with name color? - by buran - Jan-17-2018, 06:49 PM
RE: issues with name color? - by friskisan - Jan-17-2018, 07:05 PM
RE: issues with name color? - by Gribouillis - Jan-17-2018, 08:33 PM
RE: issues with name color? - by nilamo - Jan-17-2018, 08:46 PM
RE: issues with name color? - by rayminator - Apr-08-2018, 12:38 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Turtle Star Fill Color Yellow-White Interchanging Color Effect codelab 9 1,285 Oct-25-2023, 09:09 AM
Last Post: codelab

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020