0

I am trying to follow a tutorial but the tutorial is in construct 2 (https://www.construct.net/en/tutorials/multiplayer-tutorial-chat-room-591/chat-events-3?vic=12)

In Construct 2, you would use: self.text & newline & Function.Param(0)

However, in Construct 3 it is showing an error on the Function.Param(0) part.

How would I write this?

BCLtd
  • 1,459
  • 2
  • 18
  • 45

1 Answers1

1

In Construct 3 function, right click on the function name and add parameter as shown in image below. then you can use the parameter like how you use local variable 1

IK ZU QUAN
  • 21
  • 1
  • 1