Jump to content

Recommended Posts

Posted

if _initname == "Unit1" or initname ==   "Unit2" or initname ==  "Unit3" then

should be

 

if _initname == "Unit1" or _initname == "Unit2" or _initname ==  "Unit3" then

You forgot the underscores for the Unit2 and Unit3 comparisons.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...