playMaker

Author Topic: Print function  (Read 1241 times)

Delling

  • Playmaker Newbie
  • *
  • Posts: 1
Print function
« on: October 28, 2017, 02:20:08 AM »
Hello everyone, I'm trying to do a print + variable function. What I'm trying to do is the following:

Print ("The highest number you can pick is" + maximum ");

In this case max is an integer variable that I set a value of 1000.

Thank you

Ofonna

  • Full Member
  • ***
  • Posts: 230
Re: Print function
« Reply #1 on: October 28, 2017, 02:16:24 PM »
use the build string action to add both of those texts and then use the debug log action to output it out to the console, debug.log works the same as print

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7616
    • jinxtergames
Re: Print function
« Reply #2 on: October 28, 2017, 04:43:01 PM »
Hi,
You can find many tutorials here to get you started with playmaker :)