Game Development Community

Score / Points

by Jon Speiser · in Technical Issues · 02/25/2003 (7:55 am) · 1 replies

How do I create a trigger so that when it is set off it adds points to the user's score?

all help is appreciated!

thanks!

About the author

Recent Threads

  • .dsq

  • #1
    03/03/2004 (4:21 pm)
    Add this to the on Enter Trigger function
    %obj.client.IncScore(3); (5): ect