ID:270448
 
Code:


Problem description:

When I add a client/Topic() into my game, all my forms stop working. Any ideas why?

... Sounds logical..
client/Topic() is used to use forms, href links, and all that.
I don't really understand what you mean, but most likely you need to call the parent procedure ..()
In response to Justin B
Yea... that was the problem. Thanks.
In response to Justin B
I use client/Topic and I never call ..()

Mine works dandy.
Wierd.
In response to PirateHead
I think he had multiple instances of client/Topic(), if you have more than one, I think it only calls one of them.

Author of this thread: You should combine all of the client/Topic's into one.
In response to PirateHead
Calling ..() in client/Topic() is important if you use any other Topic() procs or any profiling. It's always safer to leave in.

Lummox JR
In response to Lummox JR
Also, if I remember correctly, can't you not use Ctrl + R for rebooting? Or it messes up world.Reboot?