Skip to content

There seems to be some bug in the $Varient of the cna script #4

@LDAx2012

Description

@LDAx2012

Assigning a value to $variant but using $Varient, So only PoolPartyBof_V8.x64.o, which is TP_TIMER, will be called.

  $variant = @_[3];
  if ($Varient == 7) {
   }
   else if ($Varient == 5) {
   }
    else if ($Varient == 4) {
   }
   else if ($Varient == 6) {
   }
   else {
        local('$handle $data $args');
        $handle = openf(script_resource("PoolPartyBof_V8.x64.o"));
        $data = readb($handle, -1);
        closef($handle);
   }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions