Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsCog Forum → Hopefully this can be solved
Hopefully this can be solved
2005-07-03, 8:21 AM #1
Well, I did have a problem, but now that I solved it, I just want to remind everyone how important it is to know when to use Get Sender Ref() and Get Source Ref().

Take a guess what the solution to my prob was. :p
Major projects working on:
SATNRT, JK Pistol Mod, Aliens TC, Firearms

Completed
Judgement Day (HLP), My level pack
2005-07-03, 9:10 AM #2
Something like this:
Code:
symbols

thing   ultimatereference=Datamaster   local
thing   handle

message   startup
message   noclue

end

code

startup:
   handle = OpenLibrary(ultimatereference);
   Return;

noclue:
   if(GetSenderId() == "What to use: GetSenderRef() or GetSourceRef()?")
   {
      OpenReferenceAtPos(handle, "Section: Messages");
      ReferenceDoDetailedRead(handle, "GetSenderRef()");
   }
   ContinueCogging(GetLocalEditorThing(), "Immediately");
   Return;
end
"Häb Pfrässe, süsch chlepfts!" - The coolest language in the world (besides Cherokee)

↑ Up to the top!